Skip to content

Commit

Permalink
Merge branch 'master' into wasi-types-generation-2
Browse files Browse the repository at this point in the history
  • Loading branch information
fschutt authored Sep 27, 2022
2 parents 8340a4b + e698496 commit c618db4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ members = [
"lib/cache",
"lib/c-api",
"lib/cli",
"lib/api/macro-wasmer-universal-test",
"lib/cli-compiler",
"lib/compiler",
"lib/compiler-cranelift",
Expand Down
4 changes: 2 additions & 2 deletions lib/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ winapi = "0.3"
wat = "1.0"
tempfile = "3.1"
anyhow = "1.0"
macro-wasmer-universal-test = { version = "0.1.0", path = "./macro-wasmer-universal-test" }
macro-wasmer-universal-test = { version = "3.0.0-beta.2", path = "./macro-wasmer-universal-test" }

# Dependencies and Develoment Dependencies for `js`.
[target.'cfg(target_arch = "wasm32")'.dependencies]
Expand All @@ -73,7 +73,7 @@ hashbrown = { version = "0.11", optional = true }
wat = "1.0"
anyhow = "1.0"
wasm-bindgen-test = "0.3.0"
macro-wasmer-universal-test = { version = "0.1.0", path = "./macro-wasmer-universal-test" }
macro-wasmer-universal-test = { version = "3.0.0-beta.2", path = "./macro-wasmer-universal-test" }

# Specific to `js`.
#
Expand Down
4 changes: 2 additions & 2 deletions lib/api/macro-wasmer-universal-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "macro-wasmer-universal-test"
version = "0.1.0"
version = "3.0.0-beta.2"
edition = "2021"
license = "MIT"
description = "Universal test macro for wasmer-test"
Expand All @@ -12,4 +12,4 @@ proc-macro = true
proc-quote = "0.4.0"
proc-macro2 = "1.0.43"
syn = { version = "1.0.99", features = ["full"] }
quote = "*"
quote = "1.0.21"

0 comments on commit c618db4

Please sign in to comment.