Skip to content

Commit

Permalink
Declare dependency on proc-macro2 1.0.36+
Browse files Browse the repository at this point in the history
This version added the Literal::from_str_unchecked constructor.
  • Loading branch information
dtolnay committed Dec 27, 2021
1 parent b5c2f2b commit 0a522df
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 @@ -14,7 +14,7 @@ autobenches = false
rust-version = "1.31"

[dependencies]
proc-macro2 = { version = "1.0.20", default-features = false }
proc-macro2 = { version = "1.0.36", default-features = false }

[dev-dependencies]
rustversion = "1.0"
Expand Down

0 comments on commit 0a522df

Please sign in to comment.