aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2019-08-10 20:18:07 -0700
committerDavid Tolnay <dtolnay@gmail.com>2019-08-10 20:18:07 -0700
commit640899aa86884b7a00c4f4eef9c3ad5f485a01f3 (patch)
tree064f9680517b0f99506b2f73d4e122fd34eaa5bc /Cargo.toml
parent35c085d4ae2d1e4d023382551321828d0ab851fd (diff)
downloadquote-640899aa86884b7a00c4f4eef9c3ad5f485a01f3.tar.gz
Update to proc-macro2 rc2
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0f3678e..b1c3039 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,7 +16,7 @@ edition = "2018"
name = "quote"
[dependencies]
-proc-macro2-next = { version = "1.0.0-rc1", default-features = false }
+proc-macro2-next = { version = "1.0.0-rc2", default-features = false }
[dev-dependencies]
rustversion = "0.1"