Skip to content

Commit

Permalink
update proc-macro
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Nguyen committed Nov 20, 2024
1 parent c2199ad commit 87134ee
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 @@ -20,7 +20,7 @@ log = "0.4.17"
paste = "1.0.10"
serialport = "4.2.0"
clap = { version = "4.0.32", features = ["derive"] }
proc-macro2 = { version = "=1.0.67", features=["default", "proc-macro"] }
proc-macro2 = { version = "=1.0.89", features=["default", "proc-macro"] }
signal-hook = "0.3.4"
num_enum = "0.7.3"

Expand Down

0 comments on commit 87134ee

Please sign in to comment.