Skip to content

Commit fcc2d41

Browse files
authored
Update Cargo.toml
1 parent adad747 commit fcc2d41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/vm/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ dhat = { version = "0.3.3", optional = true }
7373
tracing = "0.1.32"
7474

7575
# Wasmer git/local (used for quick local debugging or patching)
76-
# wasmer = { git = "https://github.com/wasmerio/wasmer", rev = "877ce1f7c44fad853c", default-features = false, features = ["cranelift", "singlepass"] }
76+
# wasmer = { git = "https://github.com/wasmerio/wasmer", rev = "877ce1f7c44fad853c", default-features = false, features = ["singlepass"] }
7777
# wasmer-middlewares = { git = "https://github.com/wasmerio/wasmer", rev = "877ce1f7c44fad853c" }
78-
# wasmer = { path = "../../../wasmer/lib/api", default-features = false, features = ["cranelift", "singlepass"] }
78+
# wasmer = { path = "../../../wasmer/lib/api", default-features = false, features = ["singlepass"] }
7979
# wasmer-middlewares = { path = "../../../wasmer/lib/middlewares" }
8080

8181
[dev-dependencies]

0 commit comments

Comments
 (0)