Skip to content

Commit

Permalink
Update wabt to 0.8 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
nlewycky committed Jul 10, 2019
1 parent d76e76c commit 70ac0f0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ include = [
byteorder = "1.3.1"
errno = "0.2.4"
structopt = "0.2.11"
wabt = { git = "https://github.com/pepyakin/wabt-rs", rev = "60c196ce2b946e271e66da80f413d84049ba0a76" }
wabt = "0.8.0"
hashbrown = "0.1.8"
wasmer-clif-backend = { path = "lib/clif-backend" }
wasmer-singlepass-backend = { path = "lib/singlepass-backend", optional = true }
Expand Down Expand Up @@ -57,7 +57,7 @@ members = [
]

[build-dependencies]
wabt = { git = "https://github.com/pepyakin/wabt-rs", rev = "60c196ce2b946e271e66da80f413d84049ba0a76" }
wabt = "0.8.0"
glob = "0.2.11"
rustc_version = "0.2.3"

Expand Down
2 changes: 1 addition & 1 deletion lib/emscripten/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.5.4",
rand = "0.6"

[dev-dependencies]
wabt = { git = "https://github.com/pepyakin/wabt-rs", rev = "60c196ce2b946e271e66da80f413d84049ba0a76" }
wabt = "0.8.0"
wasmer-dev-utils = { path = "../dev-utils", version = "0.5.4"}

[build-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion lib/llvm-backend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ semver = "0.9"
rustc_version = "0.2.3"

[dev-dependencies]
wabt = { git = "https://github.com/pepyakin/wabt-rs", rev = "60c196ce2b946e271e66da80f413d84049ba0a76" }
wabt = "0.8.0"

[features]
debug = ["wasmer-runtime-core/debug"]
Expand Down
2 changes: 1 addition & 1 deletion lib/middleware-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ wasmer-llvm-backend = { path = "../llvm-backend", version = "0.5.4", optional =
wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.5.4", optional = true }

[dev-dependencies]
wabt = { git = "https://github.com/pepyakin/wabt-rs", rev = "60c196ce2b946e271e66da80f413d84049ba0a76" }
wabt = "0.8.0"
criterion = "0.2"

[features]
Expand Down
2 changes: 1 addition & 1 deletion lib/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ optional = true
[dev-dependencies]
tempfile = "3.0.7"
criterion = "0.2"
wabt = { git = "https://github.com/pepyakin/wabt-rs", rev = "60c196ce2b946e271e66da80f413d84049ba0a76" }
wabt = "0.8.0"

[target.'cfg(not(windows))'.dependencies.wasmer-llvm-backend]
path = "../llvm-backend"
Expand Down
4 changes: 2 additions & 2 deletions lib/spectests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ wasmer-llvm-backend = { path = "../llvm-backend", version = "0.5.4", optional =
wasmer-singlepass-backend = { path = "../singlepass-backend", version = "0.5.4", optional = true }

[build-dependencies]
wabt = { git = "https://github.com/pepyakin/wabt-rs", rev = "60c196ce2b946e271e66da80f413d84049ba0a76" }
wabt = "0.8.0"

[dev-dependencies]
wabt = { git = "https://github.com/pepyakin/wabt-rs", rev = "60c196ce2b946e271e66da80f413d84049ba0a76" }
wabt = "0.8.0"

[features]
default = ["fast-tests"]
Expand Down

0 comments on commit 70ac0f0

Please sign in to comment.