Skip to content

Commit

Permalink
Update Cranelift to 0.95.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn3 committed Apr 21, 2023
1 parent 10bdc6a commit 8b229bb
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 30 deletions.
48 changes: 24 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ crate-type = ["dylib"]

[dependencies]
# These have to be in sync with each other
cranelift-codegen = { version = "0.94", features = ["unwind", "all-arch"] }
cranelift-frontend = { version = "0.94" }
cranelift-module = { version = "0.94" }
cranelift-native = { version = "0.94" }
cranelift-jit = { version = "0.94", optional = true }
cranelift-object = { version = "0.94" }
cranelift-codegen = { version = "0.95", features = ["unwind", "all-arch"] }
cranelift-frontend = { version = "0.95" }
cranelift-module = { version = "0.95" }
cranelift-native = { version = "0.95" }
cranelift-jit = { version = "0.95", optional = true }
cranelift-object = { version = "0.95" }
target-lexicon = "0.12.0"
gimli = { version = "0.27.2", default-features = false, features = ["write"]}
object = { version = "0.30.3", default-features = false, features = ["std", "read_core", "write", "archive", "coff", "elf", "macho", "pe"] }
Expand Down

0 comments on commit 8b229bb

Please sign in to comment.