Skip to content

Commit

Permalink
Relax proc-macro2 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
djkoloski committed Aug 10, 2024
1 parent 0c0a63b commit b2375d1
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 @@ -16,7 +16,7 @@ keywords = ["no_std"]
categories = ["no-std", "no-std::no-alloc"]

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

0 comments on commit b2375d1

Please sign in to comment.