Skip to content

Commit ed88e1b

Browse files
committed
update
1 parent 05e3bd8 commit ed88e1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/symbol-check/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
name = "symbol-check"
33
version = "0.1.0"
44
edition = "2024"
5+
publish = false
56

67
[dependencies]
7-
# object = "0.36.7"
8+
# Used as a git dependency since the latest release does not support wasm
89
object = { git = "https://github.com/gimli-rs/object.git", rev = "013fac75da56a684377af4151b8164b78c1790e0" }
910
serde_json = "1.0.140"
1011

0 commit comments

Comments
 (0)