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`.
This commit is contained in:
Trevor Gross 2025-07-24 03:26:32 -05:00
parent fcc7824b88
commit 95c42630eb

View file

@ -5,8 +5,7 @@ edition = "2024"
publish = false
[dependencies]
# FIXME: used as a git dependency since the latest release does not support wasm
object = { git = "https://github.com/gimli-rs/object.git", rev = "013fac75da56a684377af4151b8164b78c1790e0" }
object = "0.37.1"
serde_json = "1.0.140"
[features]