Skip to content

Commit 11d8cab

Browse files
committed
Update supported compiler in description of semver exempt polyfill
1 parent fc8af0d commit 11d8cab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ proc-macro2 by default.
6262

6363
To opt into the additional APIs available in the most recent nightly compiler,
6464
the `procmacro2_semver_exempt` config flag must be passed to rustc. We will
65-
polyfill those nightly-only APIs back to Rust 1.31.0. As these are unstable APIs
65+
polyfill those nightly-only APIs back to Rust 1.56.0. As these are unstable APIs
6666
that track the nightly compiler, minor versions of proc-macro2 may make breaking
6767
changes to them at any time.
6868

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
//!
6666
//! To opt into the additional APIs available in the most recent nightly
6767
//! compiler, the `procmacro2_semver_exempt` config flag must be passed to
68-
//! rustc. We will polyfill those nightly-only APIs back to Rust 1.31.0. As
68+
//! rustc. We will polyfill those nightly-only APIs back to Rust 1.56.0. As
6969
//! these are unstable APIs that track the nightly compiler, minor versions of
7070
//! proc-macro2 may make breaking changes to them at any time.
7171
//!

0 commit comments

Comments
 (0)