Skip to content

Commit

Permalink
fix: specify ferrunix-macros version
Browse files Browse the repository at this point in the history
  • Loading branch information
Leandros committed Oct 9, 2024
1 parent 379ba9d commit 74b9af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ferrunix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ derive = ["dep:ferrunix-macros"]
ferrunix-core = { path = "../ferrunix-core", default-features = false, version = "0.1.0" }

# Optional dependencies
ferrunix-macros = { workspace = true, optional = true }
ferrunix-macros = { path = "../ferrunix-macros", optional = true, version = "0.1.0" }

0 comments on commit 74b9af1

Please sign in to comment.