Skip to content

Commit a606fde

Browse files
committed
Fix syntax in patch section of Cargo.toml
1 parent 24c459c commit a606fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ smallvec = "1.6.1"
2929
#cranelift-codegen = { path = "../wasmtime/cranelift/codegen" }
3030
#cranelift-frontend = { path = "../wasmtime/cranelift/frontend" }
3131
#cranelift-module = { path = "../wasmtime/cranelift/module" }
32-
#cranelift-native = { path = ../wasmtime/cranelift/native" }
32+
#cranelift-native = { path = "../wasmtime/cranelift/native" }
3333
#cranelift-jit = { path = "../wasmtime/cranelift/jit" }
3434
#cranelift-object = { path = "../wasmtime/cranelift/object" }
3535

0 commit comments

Comments
 (0)