aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig5
1 files changed, 1 insertions, 4 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index f40411a..1153bbb 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "quote"
-version = "1.0.4" # don't forget to update html_root_url, version in readme for breaking changes
+version = "1.0.5" # don't forget to update html_root_url, version in readme for breaking changes
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Quasi-quoting macro quote!(...)"
@@ -25,8 +25,5 @@ default = ["proc-macro"]
# libproc_macro in the rustc compiler.
proc-macro = ["proc-macro2/proc-macro"]
-[badges]
-travis-ci = { repository = "dtolnay/quote" }
-
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]