Skip to content

Commit a91c5e8

Browse files
committed
Fix wrong version in macro
1 parent 1b1232f commit a91c5e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ license = "MIT"
88
readme = "README.md"
99
repository = "https://github.com/ModProg/attribute-derive"
1010
name = "attribute-derive"
11-
version = "0.2.1"
11+
version = "0.2.2"
1212
edition = "2021"
1313

1414
[lib]
@@ -18,7 +18,7 @@ proc-macro2 = "1"
1818
syn = "1"
1919

2020
[dependencies.attribute-derive-macro]
21-
version = "0.1.0"
21+
version = "0.2.0"
2222
path = "macro"
2323

2424
[workspace]

0 commit comments

Comments
 (0)