forked from bytecodealliance/lucet
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump to 0.4.1 and refine some dependencies
There were some problems when trying to publish the crates due to parity-wasm versions differing in our crates and Cranelift's. I went through and updated and/or fixed the versions of some crates that look like they could've caused trouble.
- Loading branch information
Showing
15 changed files
with
403 additions
and
389 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "lucet-benchmarks" | ||
version = "0.4.0" | ||
version = "0.4.1" | ||
description = "Benchmarks for the Lucet runtime" | ||
homepage = "https://github.com/fastly/lucet" | ||
repository = "https://github.com/fastly/lucet" | ||
|
@@ -10,7 +10,7 @@ authors = ["Lucet team <[email protected]>"] | |
edition = "2018" | ||
|
||
[dependencies] | ||
criterion = "0.2" | ||
criterion = "0.3.0" | ||
lucetc = { path = "../../lucetc" } | ||
lucet-module = { path = "../../lucet-module" } | ||
lucet-runtime = { path = "../../lucet-runtime" } | ||
|
Submodule cranelift
updated
from 91a90e to 3217e4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "lucet-runtime-internals" | ||
version = "0.4.0" | ||
version = "0.4.1" | ||
description = "Pure Rust runtime for Lucet WebAssembly toolchain (internals)" | ||
homepage = "https://github.com/fastly/lucet" | ||
repository = "https://github.com/fastly/lucet" | ||
|
@@ -10,7 +10,7 @@ authors = ["Lucet team <[email protected]>"] | |
edition = "2018" | ||
|
||
[dependencies] | ||
lucet-module = { path = "../../lucet-module", version = "0.4.0" } | ||
lucet-module = { path = "../../lucet-module", version = "0.4.1" } | ||
|
||
bitflags = "1.0" | ||
bincode = "1.1.4" | ||
|
@@ -21,10 +21,10 @@ libc = "=0.2.59" | |
libloading = "0.5" | ||
memoffset = "0.5.1" | ||
nix = "0.13" | ||
num-derive = "0.2" | ||
num-derive = "0.3.0" | ||
num-traits = "0.2" | ||
xfailure = "0.1" | ||
raw-cpuid = "7.0.3" | ||
raw-cpuid = "6.0.0" | ||
|
||
# This is only a dependency to ensure that other crates don't pick a newer version as a transitive | ||
# dependency. `0.1.3 < getrandom <= 0.1.6` cause `lazy_static` to pull in spinlock implementations | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters