Skip to content

Commit

Permalink
Update to cranelift 0.99
Browse files Browse the repository at this point in the history
This fixes the tests for the RISC-V platform. It also enables
some new optimizations.
  • Loading branch information
afonso360 committed Aug 24, 2023
1 parent 1bb71ae commit a85b1e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ time = "0.2"
byteorder = "1.2"

# Optional Dependencies for the CraneLift JIT
cranelift-codegen = { version = "0.98", optional = true }
cranelift-frontend = { version = "0.98", optional = true }
cranelift-jit = { version = "0.98", optional = true }
cranelift-native = { version = "0.98", optional = true }
cranelift-module = { version = "0.98", optional = true }
cranelift-codegen = { version = "0.99", optional = true }
cranelift-frontend = { version = "0.99", optional = true }
cranelift-jit = { version = "0.99", optional = true }
cranelift-native = { version = "0.99", optional = true }
cranelift-module = { version = "0.99", optional = true }

[dev-dependencies]

Expand Down

0 comments on commit a85b1e4

Please sign in to comment.