File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -101,14 +101,14 @@ jobs:
101101 - run : cargo test --test test_size --no-default-features --features span-locations
102102
103103 msrv :
104- name : Rust 1.70 .0
104+ name : Rust 1.71 .0
105105 needs : pre_ci
106106 if : needs.pre_ci.outputs.continue
107107 runs-on : ubuntu-latest
108108 timeout-minutes : 45
109109 steps :
110110 - uses : actions/checkout@v6
111- - uses : dtolnay/rust-toolchain@1.70 .0
111+ - uses : dtolnay/rust-toolchain@1.71 .0
112112 with :
113113 components : rust-src
114114 - run : cargo check
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ edition = "2021"
1010keywords = [" macros" , " syn" ]
1111license = " MIT OR Apache-2.0"
1212repository = " https://github.com/dtolnay/proc-macro2"
13- rust-version = " 1.70 "
13+ rust-version = " 1.71 "
1414
1515[package .metadata .docs .rs ]
1616rustc-args = [" --cfg=procmacro2_semver_exempt" ]
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ proc-macro2 by default.
6262
6363To opt into the additional APIs available in the most recent nightly compiler,
6464the ` procmacro2_semver_exempt ` config flag must be passed to rustc. We will
65- polyfill those nightly-only APIs back to Rust 1.70 .0. As these are unstable APIs
65+ polyfill those nightly-only APIs back to Rust 1.71 .0. As these are unstable APIs
6666that track the nightly compiler, minor versions of proc-macro2 may make breaking
6767changes to them at any time.
6868
Original file line number Diff line number Diff line change 6363//!
6464//! To opt into the additional APIs available in the most recent nightly
6565//! compiler, the `procmacro2_semver_exempt` config flag must be passed to
66- //! rustc. We will polyfill those nightly-only APIs back to Rust 1.70 .0. As
66+ //! rustc. We will polyfill those nightly-only APIs back to Rust 1.71 .0. As
6767//! these are unstable APIs that track the nightly compiler, minor versions of
6868//! proc-macro2 may make breaking changes to them at any time.
6969//!
You can’t perform that action at this time.
0 commit comments