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:
parent
fcc7824b88
commit
95c42630eb
1 changed files with 1 additions and 2 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue