Skip to content

Commit f9750c3

Browse files
committed
chore: fix macro version
1 parent 558d616 commit f9750c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ keywords.workspace = true
2121

2222
[dependencies]
2323
chrono = { version = "0.4", optional = true }
24-
difficient-macros = { path = "difficient-macros" }
24+
difficient-macros = { version = "0.1.0", path = "difficient-macros" }
2525
serde = { version = "1.0", features = ["derive"], optional = true }
2626
similar = "2.6.0"
2727
thiserror = "1.0"

0 commit comments

Comments
 (0)