Upgrade cranelift.
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -12,12 +12,12 @@ path = "src/lib.rs"
|
||||
clap = { version = "^3.0.14", features = ["derive"] }
|
||||
codespan = "0.11.1"
|
||||
codespan-reporting = "0.11.1"
|
||||
cranelift-codegen = "0.94.0"
|
||||
cranelift-jit = "0.94.0"
|
||||
cranelift-frontend = "0.94.0"
|
||||
cranelift-module = "0.94.0"
|
||||
cranelift-native = "0.94.0"
|
||||
cranelift-object = "0.94.0"
|
||||
cranelift-codegen = "0.99.1"
|
||||
cranelift-jit = "0.99.1"
|
||||
cranelift-frontend = "0.99.1"
|
||||
cranelift-module = "0.99.1"
|
||||
cranelift-native = "0.99.1"
|
||||
cranelift-object = "0.99.1"
|
||||
internment = { version = "0.7.0", default-features = false, features = ["arc"] }
|
||||
lalrpop-util = "^0.20.0"
|
||||
lazy_static = "^1.4.0"
|
||||
|
||||
Reference in New Issue
Block a user