Skip to content

Commit eef236e

Browse files
committed
fix: publish macro crate
1 parent e0445a7 commit eef236e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.3.0"
11+
version = "0.3.1"
1212
edition = "2021"
1313

1414
[lib]
@@ -19,7 +19,7 @@ quote = "1.0.18"
1919
syn = { version = "1", features = ["full"] }
2020

2121
[dependencies.attribute-derive-macro]
22-
version = "0.2.0"
22+
version = "0.3.1"
2323
path = "macro"
2424

2525
[workspace]

macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ keywords = ["derive", "macro"]
77
license = "MIT"
88
readme = "README.md"
99
repository = "https://github.com/ModProg/attribute-derive"
10-
version = "0.2.0"
10+
version = "0.3.1"
1111
edition = "2021"
1212
name = "attribute-derive-macro"
1313

0 commit comments

Comments
 (0)