We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05e3bd8 commit ed88e1bCopy full SHA for ed88e1b
crates/symbol-check/Cargo.toml
@@ -2,9 +2,10 @@
2
name = "symbol-check"
3
version = "0.1.0"
4
edition = "2024"
5
+publish = false
6
7
[dependencies]
-# object = "0.36.7"
8
+# Used as a git dependency since the latest release does not support wasm
9
object = { git = "https://github.com/gimli-rs/object.git", rev = "013fac75da56a684377af4151b8164b78c1790e0" }
10
serde_json = "1.0.140"
11
0 commit comments