Fix syntax in patch section of Cargo.toml

This commit is contained in:
bjorn3 2021-05-11 14:26:32 +02:00
parent 24c459c2e5
commit a606fdec73
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ smallvec = "1.6.1"
#cranelift-codegen = { path = "../wasmtime/cranelift/codegen" }
#cranelift-frontend = { path = "../wasmtime/cranelift/frontend" }
#cranelift-module = { path = "../wasmtime/cranelift/module" }
#cranelift-native = { path = ../wasmtime/cranelift/native" }
#cranelift-native = { path = "../wasmtime/cranelift/native" }
#cranelift-jit = { path = "../wasmtime/cranelift/jit" }
#cranelift-object = { path = "../wasmtime/cranelift/object" }