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.
object
1 parent 61f16d0 commit b185e89Copy full SHA for b185e89
crates/symbol-check/Cargo.toml
@@ -5,8 +5,7 @@ edition = "2024"
5
publish = false
6
7
[dependencies]
8
-# FIXME: 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" }
+object = "0.37.1"
10
serde_json = "1.0.140"
11
12
[features]
0 commit comments