Skip to content

Commit

Permalink
Fix -Zminimal-versions build
Browse files Browse the repository at this point in the history
    error[E0635]: unknown feature `proc_macro_span_shrink`
      --> index.crates.io-6f17d22bba15001f/proc-macro2-1.0.52/src/lib.rs:92:30
       |
    92 |     feature(proc_macro_span, proc_macro_span_shrink)
       |                              ^^^^^^^^^^^^^^^^^^^^^^
  • Loading branch information
dtolnay committed Jun 29, 2023
1 parent 200f56a commit 0c68465
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 @@ -13,7 +13,7 @@ repository = "https://github.com/dtolnay/quote"
rust-version = "1.31"

[dependencies]
proc-macro2 = { version = "1.0.52", default-features = false }
proc-macro2 = { version = "1.0.63", default-features = false }

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

0 comments on commit 0c68465

Please sign in to comment.