Skip to content
This repository has been archived by the owner on Jun 3, 2021. It is now read-only.

Commit

Permalink
Bump cranelift to 0.65
Browse files Browse the repository at this point in the history
  • Loading branch information
jyn514 committed Jun 25, 2020
1 parent 83ac3c6 commit 17efdba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ documentation = "https://docs.rs/saltwater"
[dependencies]
lazy_static = "1"
ansi_term = { version = "0.12", optional = true }
cranelift = { version = "0.64", optional = true }
cranelift-module = { version = "0.64", optional = true }
cranelift-object = { version = "0.64", optional = true }
cranelift-simplejit = { version = "0.64", optional = true }
cranelift = { version = "0.65", optional = true }
cranelift-module = { version = "0.65", optional = true }
cranelift-object = { version = "0.65", optional = true }
cranelift-simplejit = { version = "0.65", optional = true }
hexponent = "0.3"
thiserror = "^1.0.10"
target-lexicon = "0.10"
Expand Down

0 comments on commit 17efdba

Please sign in to comment.