Skip to content

Commit

Permalink
enable nightly feature on proc-macro-error2
Browse files Browse the repository at this point in the history
  • Loading branch information
Alextopher committed Oct 21, 2024
1 parent 6de623d commit 0e87710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/yew-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rust-version = "1.76.0"
proc-macro = true

[dependencies]
proc-macro-error2 = "2"
proc-macro-error2 = { version = "2", features = ["nightly"] }
proc-macro2 = "1"
quote = "1"
syn = { version = "2", features = ["full", "extra-traits", "visit-mut"] }
Expand Down

0 comments on commit 0e87710

Please sign in to comment.