-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump: 0.22 release prep with macro crate
- Loading branch information
1 parent
3c1a2ef
commit bd239e6
Showing
3 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
authors = ["Nick Fitzgerald <[email protected]>"] | ||
edition = "2018" | ||
name = "walrus" | ||
version = "0.21.3" | ||
version = "0.22.0" | ||
license = "MIT/Apache-2.0" | ||
readme = "README.md" | ||
categories = ["wasm"] | ||
|
@@ -28,7 +28,7 @@ id-arena = "2.2.1" | |
leb128 = "0.2.4" | ||
log = "0.4.8" | ||
rayon = { version = "1.1.0", optional = true } | ||
walrus-macro = { path = './crates/macro', version = '=0.19.0' } | ||
walrus-macro = { path = './crates/macro', version = '=0.22.0' } | ||
wasm-encoder = "0.212.0" | ||
wasmparser = "0.212.0" | ||
gimli = "0.26.0" | ||
|
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
authors = ["Nick Fitzgerald <[email protected]>"] | ||
edition = "2018" | ||
name = "walrus-macro" | ||
version = "0.19.0" | ||
version = "0.22.0" | ||
license = "MIT/Apache-2.0" | ||
categories = ["wasm"] | ||
repository = "https://github.com/rustwasm/walrus/tree/crates/macro" | ||
|
@@ -13,10 +13,10 @@ Internal macros used by the `walrus` crate, not for public consumption. | |
""" | ||
|
||
[dependencies] | ||
heck = "0.3.1" | ||
proc-macro2 = "1.0.1" | ||
quote = "1.0.2" | ||
syn = { version = "2.0.0", features = ['extra-traits'] } | ||
heck = "0.5.0" | ||
proc-macro2 = "1.0.86" | ||
quote = "1.0.37" | ||
syn = { version = "2.0.77", features = ['extra-traits'] } | ||
|
||
[lib] | ||
proc-macro = true |
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