@@ -9,8 +9,8 @@ crate-type = ["dylib"]
9
9
10
10
[dependencies ]
11
11
# These have to be in sync with each other
12
- cranelift-codegen = { git = " https://github.com/bytecodealliance/cranelift/" , default-features = false , features = [ " std " ] }
13
- cranelift-frontend = { git = " https://github.com/bytecodealliance/cranelift/" , default-features = false , features = [ " std " ] }
12
+ cranelift-codegen = { git = " https://github.com/bytecodealliance/cranelift/" }
13
+ cranelift-frontend = { git = " https://github.com/bytecodealliance/cranelift/" }
14
14
cranelift-module = { git = " https://github.com/bytecodealliance/cranelift/" }
15
15
cranelift-object = { git = " https://github.com/bytecodealliance/cranelift/" }
16
16
target-lexicon = " 0.10.0"
@@ -31,8 +31,8 @@ features = ["write"] # We don't need read support
31
31
32
32
# Uncomment to use local checkout of cranelift
33
33
# [patch."https://github.com/bytecodealliance/cranelift/"]
34
- # cranelift-codegen = { path = "../cranelift/cranelift-codegen", default-features = false, features = ["std"] }
35
- # cranelift-frontend = { path = "../cranelift/cranelift-frontend", default-features = false, features = ["std"] }
34
+ # cranelift-codegen = { path = "../cranelift/cranelift-codegen" }
35
+ # cranelift-frontend = { path = "../cranelift/cranelift-frontend" }
36
36
# cranelift-module = { path = "../cranelift/cranelift-module" }
37
37
# cranelift-simplejit = { path = "../cranelift/cranelift-simplejit" }
38
38
# cranelift-object = { path = "../cranelift/cranelift-object" }
0 commit comments