Skip to content

Commit c2c0277

Browse files
committed
release derive v3.0 and syn v2.0
1 parent b21ec45 commit c2c0277

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

Cargo.lock

Lines changed: 13 additions & 13 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.6"
6+
version = "3.0.0"
77
description = "Powerful derivation macros; part of the 'amplify' library"
88
authors = [
99
"Dr. Maxim Orlovsky <[email protected]>",
@@ -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.2", path = "syn" }
28+
amplify_syn = { version = "2.0.0", path = "syn" }
2929

3030
[dev-dependencies]
31-
amplify = { version = "4.0.0-beta.16" }
31+
amplify = { version = "4.0.0-beta.22" }
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.3"
3+
version = "2.0.0"
44
description = "Amplifying syn capabilities: helper functions for creating proc macro libraries"
55
authors = ["Dr. Maxim Orlovsky <[email protected]>"]
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)