Skip to content

Commit b529b3a

Browse files
committed
syn: release v2.0.0-beta.1
1 parent b696044 commit b529b3a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ proc-macro = true
2525
quote = "1"
2626
syn = "1.0.103"
2727
proc-macro2 = "1"
28-
amplify_syn = { version = "1.1", path = "syn" }
28+
amplify_syn = { version = "2.0.0-beta.1", path = "syn" }
2929

3030
[dev-dependencies]
3131
amplify = { version = "4.0.0-beta.7" }

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 = "1.2.0"
3+
version = "2.0.0-beta.1"
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"]

0 commit comments

Comments
 (0)