Skip to content

Commit 9646d92

Browse files
committed
test with patched object
1 parent 886176c commit 9646d92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/symbol-check/Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ version = "0.1.0"
44
edition = "2024"
55

66
[dependencies]
7-
object = "0.36.7"
7+
# object = "0.36.7"
8+
object = { git = "https://github.com/philipc/object.git", branch = "issue-471" }
89

910
[features]
1011
wasm = ["object/wasm"]

0 commit comments

Comments
 (0)