Skip to content

Commit

Permalink
Merge pull request #10 from WAFoundation/cranelift-upgrade
Browse files Browse the repository at this point in the history
Upgrade to Cranelift 0.23
  • Loading branch information
syrusakbary authored Nov 18, 2018
2 parents d01a10d + 998d729 commit 93881aa
Show file tree
Hide file tree
Showing 5 changed files with 170 additions and 163 deletions.
129 changes: 61 additions & 68 deletions Cargo.lock

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

10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ include = [
]

[dependencies]
cranelift-native = "0.22.0"
cranelift-native = "0.23.0"
# cranelift-native = { path = "cranelift/lib/native" }
cranelift-codegen = "0.22.0"
cranelift-codegen = "0.23.0"
# cranelift-codegen = { path = "cranelift/lib/codegen" }
cranelift-entity = "0.22.0"
cranelift-entity = "0.23.0"
# cranelift-entity = { path = "cranelift/lib/entity" }
cranelift-wasm = "0.22.0"
cranelift-wasm = "0.23.0"
# cranelift-wasm = { path = "cranelift/lib/wasm" }
docopt = "1.0.0"
serde = "1.0.55"
Expand All @@ -40,7 +40,7 @@ region = "0.3.0"
memmap = "0.6.2"
# spin = "0.4.10"
log = "0.4.5"
target-lexicon = { version = "0.0.3", default-features = false }
target-lexicon = "0.2.0"
# libc = "0.2"
libc = { git = "https://github.com/rust-lang/libc" }
nix = "0.11"
Expand Down
Loading

0 comments on commit 93881aa

Please sign in to comment.