Skip to content

Commit

Permalink
pin
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Feb 3, 2025
1 parent b452f1f commit ad9bfc1
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 @@ -51,7 +51,7 @@ serde = { version = "1.0", default-features = false, features = ["alloc"] }
serde_json = { version = "1.0", default-features = false, features = ["alloc"] }

# macros
proc-macro-error2 = "2.0.0"
proc-macro-error2 = ">=2.0.0, <=2.0.1" # We directly use the `entry_point` private API.
proc-macro2 = "1.0"
quote = "1.0"
syn = "2.0"
Expand Down

0 comments on commit ad9bfc1

Please sign in to comment.