Skip to content

Commit b185e89

Browse files
committed
symcheck: Switch the object dependency from git to crates.io
Wasm support has since been released, so we no longer need to depend on a git version of `object`.
1 parent 61f16d0 commit b185e89

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/symbol-check/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ edition = "2024"
55
publish = false
66

77
[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" }
8+
object = "0.37.1"
109
serde_json = "1.0.140"
1110

1211
[features]

0 commit comments

Comments
 (0)