Skip to content

Commit 9df72f6

Browse files
committed
release
1 parent f4f78ac commit 9df72f6

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ members = [".", "syn"]
33

44
[package]
55
name = "amplify_derive"
6-
version = "4.0.0-alpha.5"
6+
version = "4.0.0-alpha.6"
77
description = "Powerful derivation macros; part of the 'amplify' library"
88
authors = [
99
"Dr. Maxim Orlovsky <orlovsky@ubideco.org>",
@@ -25,10 +25,10 @@ proc-macro = true
2525
quote = "1"
2626
syn = "1.0.103"
2727
proc-macro2 = "1"
28-
amplify_syn = { version = "2.0.0-beta.1", path = "syn" }
28+
amplify_syn = { version = "2.0.0-beta.2", path = "syn" }
2929

3030
[dev-dependencies]
31-
amplify = { version = "4.0.0-beta.7" }
31+
amplify = { version = "4.0.0-beta.16" }
3232

3333
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
3434
wasm-bindgen-test = "0.3"

syn/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "amplify_syn"
3-
version = "2.0.0-beta.1"
3+
version = "2.0.0-beta.2"
44
description = "Amplifying syn capabilities: helper functions for creating proc macro libraries"
55
authors = ["Dr. Maxim Orlovsky <orlovsky@pandoracore.com>"]
66
keywords = ["generics", "derive", "wrap", "patterns"]

test/wasm/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)