@@ -25,20 +25,20 @@ smallvec = "1.8.1"
2525
2626[patch .crates-io ]
2727# Uncomment to use an unreleased version of cranelift
28- cranelift-codegen = { git = " https://github.com/bytecodealliance/wasmtime.git" , branch = " main" , version = " 0.120.0" }
29- cranelift-frontend = { git = " https://github.com/bytecodealliance/wasmtime.git" , branch = " main" , version = " 0.120.0" }
30- cranelift-module = { git = " https://github.com/bytecodealliance/wasmtime.git" , branch = " main" , version = " 0.120.0" }
31- cranelift-native = { git = " https://github.com/bytecodealliance/wasmtime.git" , branch = " main" , version = " 0.120.0" }
32- cranelift-jit = { git = " https://github.com/bytecodealliance/wasmtime.git" , branch = " main" , version = " 0.120.0" }
33- cranelift-object = { git = " https://github.com/bytecodealliance/wasmtime.git" , branch = " main" , version = " 0.120.0" }
28+ # cranelift-codegen = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "main", version = "0.120.0" }
29+ # cranelift-frontend = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "main", version = "0.120.0" }
30+ # cranelift-module = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "main", version = "0.120.0" }
31+ # cranelift-native = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "main", version = "0.120.0" }
32+ # cranelift-jit = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "main", version = "0.120.0" }
33+ # cranelift-object = { git = "https://github.com/bytecodealliance/wasmtime.git", branch = "main", version = "0.120.0" }
3434
3535# Uncomment to use local checkout of cranelift
36- # cranelift-codegen = { path = "../wasmtime/cranelift/codegen" }
37- # cranelift-frontend = { path = "../wasmtime/cranelift/frontend" }
38- # cranelift-module = { path = "../wasmtime/cranelift/module" }
39- # cranelift-native = { path = "../wasmtime/cranelift/native" }
40- # cranelift-jit = { path = "../wasmtime/cranelift/jit" }
41- # cranelift-object = { path = "../wasmtime/cranelift/object" }
36+ cranelift-codegen = { path = " ../wasmtime/cranelift/codegen" }
37+ cranelift-frontend = { path = " ../wasmtime/cranelift/frontend" }
38+ cranelift-module = { path = " ../wasmtime/cranelift/module" }
39+ cranelift-native = { path = " ../wasmtime/cranelift/native" }
40+ cranelift-jit = { path = " ../wasmtime/cranelift/jit" }
41+ cranelift-object = { path = " ../wasmtime/cranelift/object" }
4242
4343[features ]
4444# Enable features not ready to be enabled when compiling as part of rustc
0 commit comments