Skip to content

Commit 4e6d19d

Browse files
Copilotbobbyg603
andauthored
chore: fix build-from-source failure: pin dump_syms to =2.3.4, ship Cargo.lock in npm package (#18)
* Initial plan * Fix goblin version conflict: pin dump_syms to =2.3.4 and include Cargo.lock in npm files Co-authored-by: bobbyg603 <2646053+bobbyg603@users.noreply.github.com> Agent-Logs-Url: https://github.com/BugSplat-Git/node-dump-syms/sessions/51be9dc9-71e8-498c-bdb3-64e6816fa145 --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: bobbyg603 <2646053+bobbyg603@users.noreply.github.com>
1 parent 6c6dfd7 commit 4e6d19d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ crate-type = ["cdylib"]
1313
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1414

1515
[dependencies]
16-
dump_syms = "2.3.1"
16+
dump_syms = "=2.3.4"
1717
neon = "1"
1818
regex = "1.5.4"
1919
once_cell = "1.9.0"

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
"files": [
3636
"dist",
3737
"src",
38-
"Cargo.toml"
38+
"Cargo.toml",
39+
"Cargo.lock"
3940
],
4041
"binary": {
4142
"module_name": "index",

0 commit comments

Comments
 (0)