Skip to content

Commit

Permalink
Pin macro version to exactly the library version
Browse files Browse the repository at this point in the history
  • Loading branch information
djkoloski committed Sep 11, 2024
1 parent 3e8aed8 commit fef094c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ categories = ["no-std", "no-std::no-alloc"]

[workspace.dependencies]
proc-macro2 = { version = "1", default-features = false }
ptr_meta_derive = { version = "0.3.0", default-features = false, path = "ptr_meta_derive" }
ptr_meta_derive = { version = "=0.3.0", default-features = false, path = "ptr_meta_derive" }
syn = { version = "2", default-features = false }
quote = { version = "1", default-features = false }

0 comments on commit fef094c

Please sign in to comment.