We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdd079b commit c98e932Copy full SHA for c98e932
crates/symbol-check/Cargo.toml
@@ -4,7 +4,8 @@ version = "0.1.0"
4
edition = "2024"
5
6
[dependencies]
7
-object = "0.36.7"
+# object = "0.36.7"
8
+object = { git = "https://github.com/philipc/object.git", branch = "issue-471" }
9
10
[features]
11
wasm = ["object/wasm"]
0 commit comments