Skip to content

Commit fd361ed

Browse files
committed
Fix vm path in wasm-unknown-test
1 parent ba1cfd1 commit fd361ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wasm/wasm-unknown-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ crate-type = ["cdylib"]
88

99
[dependencies]
1010
getrandom = "0.3"
11-
rustpython-vm = { path = "../../vm", default-features = false, features = ["compiler"] }
11+
rustpython-vm = { path = "../../crates/vm", default-features = false, features = ["compiler"] }
1212

1313
[workspace]
1414

0 commit comments

Comments
 (0)