We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90bdc4b commit 7d852e7Copy full SHA for 7d852e7
Cargo.toml
@@ -28,7 +28,7 @@ syn = "2"
28
syn-full = ["syn/full"]
29
30
[dependencies.attribute-derive-macro]
31
-version = "0.10.3"
+version = "0.10.4"
32
path = "macro"
33
34
[dev-dependencies]
macro/Cargo.toml
@@ -7,7 +7,7 @@ keywords = ["derive", "macro"]
7
license = "MIT"
8
readme = "README.md"
9
repository = "https://github.com/ModProg/attribute-derive"
10
11
edition = "2021"
12
name = "attribute-derive-macro"
13
0 commit comments