Skip to content

Commit

Permalink
release derive v3.0 and syn v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Apr 10, 2023
1 parent b21ec45 commit c2c0277
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
26 changes: 13 additions & 13 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = [".", "syn"]

[package]
name = "amplify_derive"
version = "4.0.0-alpha.6"
version = "3.0.0"
description = "Powerful derivation macros; part of the 'amplify' library"
authors = [
"Dr. Maxim Orlovsky <orlovsky@ubideco.org>",
Expand All @@ -25,10 +25,10 @@ proc-macro = true
quote = "1"
syn = "1.0.103"
proc-macro2 = "1"
amplify_syn = { version = "2.0.0-beta.2", path = "syn" }
amplify_syn = { version = "2.0.0", path = "syn" }

[dev-dependencies]
amplify = { version = "4.0.0-beta.16" }
amplify = { version = "4.0.0-beta.22" }

[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
wasm-bindgen-test = "0.3"
2 changes: 1 addition & 1 deletion syn/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "amplify_syn"
version = "2.0.0-beta.3"
version = "2.0.0"
description = "Amplifying syn capabilities: helper functions for creating proc macro libraries"
authors = ["Dr. Maxim Orlovsky <orlovsky@pandoracore.com>"]
keywords = ["generics", "derive", "wrap", "patterns"]
Expand Down
4 changes: 2 additions & 2 deletions test/wasm/Cargo.lock

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

0 comments on commit c2c0277

Please sign in to comment.