Upgrade cranelift.

This commit is contained in:
2023-09-05 19:55:40 -07:00
parent 04f648e4b6
commit d0a7beb13d
2 changed files with 11 additions and 11 deletions

View File

@@ -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"