about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2021-12-17 10:58:04 +0100
committerbjorn3 <bjorn3@users.noreply.github.com>2021-12-17 10:59:00 +0100
commitb532f13ad0c22e00fc7de8a58eced0b2bd55da7d (patch)
tree3dd76e4ab27eafc125f8940bfe094c65b661ab73
parenta1037fad7dda722e4d63c5c09f6582079fe02a4c (diff)
downloadrust-b532f13ad0c22e00fc7de8a58eced0b2bd55da7d.tar.gz
rust-b532f13ad0c22e00fc7de8a58eced0b2bd55da7d.zip
Update cranelift patch section
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6cf0e81fc59..ab79a69e034 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,8 +23,8 @@ indexmap = "1.0.2"
 libloading = { version = "0.6.0", optional = true }
 smallvec = "1.6.1"
 
+[patch.crates-io]
 # Uncomment to use local checkout of cranelift
-#[patch."https://github.com/bytecodealliance/wasmtime.git"]
 #cranelift-codegen = { path = "../wasmtime/cranelift/codegen" }
 #cranelift-frontend = { path = "../wasmtime/cranelift/frontend" }
 #cranelift-module = { path = "../wasmtime/cranelift/module" }
@@ -32,7 +32,6 @@ smallvec = "1.6.1"
 #cranelift-jit = { path = "../wasmtime/cranelift/jit" }
 #cranelift-object = { path = "../wasmtime/cranelift/object" }
 
-#[patch.crates-io]
 #gimli = { path = "../" }
 
 [features]