commit | 794f2014b18657a57c3f4823a7e60b40c547cc55 | [log] [tgz] |
---|---|---|
author | Joel Galenson <jgalenson@google.com> | Wed Jun 16 09:55:23 2021 -0700 |
committer | Joel Galenson <jgalenson@google.com> | Wed Jun 16 09:58:08 2021 -0700 |
tree | 81e1357cbf2d69ca79151d76b47e280fbde2cc83 | |
parent | 9d0e2785f6edc1b8ccfb7ec3a2a083554dc77e12 [diff] [blame] |
Upgrade rust/crates/proc-macro-nested to 0.1.7 Test: make Change-Id: I5d115ac0948788c5b02f1db72551316973caf8ce
diff --git a/Cargo.toml b/Cargo.toml index 0e57e36..f768689 100644 --- a/Cargo.toml +++ b/Cargo.toml
@@ -12,7 +12,7 @@ [package] name = "proc-macro-nested" -version = "0.1.6" +version = "0.1.7" authors = ["David Tolnay <dtolnay@gmail.com>"] description = "Support for nested proc-macro-hack invocations" license = "MIT OR Apache-2.0"