aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJames Farrell <jamesfarrell@google.com>2023-08-15 17:25:00 +0000
committerJames Farrell <jamesfarrell@google.com>2023-08-15 17:40:26 +0000
commit5c471c4a5c3e80c810dadb19c5996e420426c3bc (patch)
tree776963f06ac58a6bb87f22179ffa07a9401eadad /README.md
parent0f3d74e8f41021bd82e05a51ebbe0f067fcdfe0a (diff)
downloadproc-macro2-5c471c4a5c3e80c810dadb19c5996e420426c3bc.tar.gz
Upgrade proc-macro2 to 1.0.66emu-33-dev
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update rust/crates/proc-macro2 For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md Test: TreeHugger Change-Id: I42a7ce27e4cee2efe110c6efc63fb215ab0e4c9a Bug: 295883071
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 131ba51..e48dd47 100644
--- a/README.md
+++ b/README.md
@@ -62,7 +62,7 @@ proc-macro2 by default.
To opt into the additional APIs available in the most recent nightly compiler,
the `procmacro2_semver_exempt` config flag must be passed to rustc. We will
-polyfill those nightly-only APIs back to Rust 1.31.0. As these are unstable APIs
+polyfill those nightly-only APIs back to Rust 1.56.0. As these are unstable APIs
that track the nightly compiler, minor versions of proc-macro2 may make breaking
changes to them at any time.