Skip to content

Commit

Permalink
build: update to cranelift 0.107
Browse files Browse the repository at this point in the history
  • Loading branch information
linux-china committed Apr 26, 2024
1 parent 54ef0de commit 6fe25aa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ itertools = "0.12"
num-traits = "0.2"
assert_cmd = "2.0.14"
paste = "1.0"
cranelift = "0.106"
cranelift-codegen = "0.106"
cranelift-frontend = "0.106"
cranelift-module = "0.106"
cranelift-native = "0.106"
cranelift-jit = "0.106"
cranelift = "0.107"
cranelift-codegen = "0.107"
cranelift-frontend = "0.107"
cranelift-module = "0.107"
cranelift-native = "0.107"
cranelift-jit = "0.107"
fast-float = "0.2"
bumpalo = { version = "3.15.3", features = ["collections"] }
target-lexicon = "0.12.14"
Expand Down Expand Up @@ -87,7 +87,7 @@ logos = "0.14"
local-ip-address = "0.6"
reqwest = { version = "0.12", features = ["blocking"] }
oneio = {version = "0.16", default-features=false, features = ["remote", "compressions"]}
nats = "0.24"
nats = "0.25"
redis = "0.25"
minio = "0.1.0"
tokio = "1"
Expand Down

0 comments on commit 6fe25aa

Please sign in to comment.