Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit b532f13

Browse files
committed
Update cranelift patch section
1 parent a1037fa commit b532f13

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,15 @@ indexmap = "1.0.2"
2323
libloading = { version = "0.6.0", optional = true }
2424
smallvec = "1.6.1"
2525

26+
[patch.crates-io]
2627
# Uncomment to use local checkout of cranelift
27-
#[patch."https://github.com/bytecodealliance/wasmtime.git"]
2828
#cranelift-codegen = { path = "../wasmtime/cranelift/codegen" }
2929
#cranelift-frontend = { path = "../wasmtime/cranelift/frontend" }
3030
#cranelift-module = { path = "../wasmtime/cranelift/module" }
3131
#cranelift-native = { path = "../wasmtime/cranelift/native" }
3232
#cranelift-jit = { path = "../wasmtime/cranelift/jit" }
3333
#cranelift-object = { path = "../wasmtime/cranelift/object" }
3434

35-
#[patch.crates-io]
3635
#gimli = { path = "../" }
3736

3837
[features]

0 commit comments

Comments
 (0)