Skip to content

Commit 7d852e7

Browse files
committed
chore: Release
1 parent 90bdc4b commit 7d852e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ syn = "2"
2828
syn-full = ["syn/full"]
2929

3030
[dependencies.attribute-derive-macro]
31-
version = "0.10.3"
31+
version = "0.10.4"
3232
path = "macro"
3333

3434
[dev-dependencies]

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.10.3"
10+
version = "0.10.4"
1111
edition = "2021"
1212
name = "attribute-derive-macro"
1313

0 commit comments

Comments
 (0)