File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ license = "MIT"
8
8
readme = " README.md"
9
9
repository = " https://github.com/ModProg/attribute-derive"
10
10
name = " attribute-derive"
11
- version = " 0.3.0 "
11
+ version = " 0.3.1 "
12
12
edition = " 2021"
13
13
14
14
[lib ]
@@ -19,7 +19,7 @@ quote = "1.0.18"
19
19
syn = { version = " 1" , features = [" full" ] }
20
20
21
21
[dependencies .attribute-derive-macro ]
22
- version = " 0.2.0 "
22
+ version = " 0.3.1 "
23
23
path = " macro"
24
24
25
25
[workspace ]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ keywords = ["derive", "macro"]
7
7
license = " MIT"
8
8
readme = " README.md"
9
9
repository = " https://github.com/ModProg/attribute-derive"
10
- version = " 0.2.0 "
10
+ version = " 0.3.1 "
11
11
edition = " 2021"
12
12
name = " attribute-derive-macro"
13
13
You can’t perform that action at this time.
0 commit comments