Release 0.4.1

This commit is contained in:
David Tolnay
2018-01-08 11:17:58 -08:00
parent ee58fc1695
commit d9420d7e2d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "quote"
version = "0.4.0" # don't forget to update html_root_url, version in readme for breaking changes
version = "0.4.1" # don't forget to update html_root_url, version in readme for breaking changes
authors = ["David Tolnay <dtolnay@gmail.com>"]
license = "MIT/Apache-2.0"
description = "Quasi-quoting macro quote!(...)"
+1 -1
View File
@@ -91,7 +91,7 @@
//! An even higher limit may be necessary for especially large invocations.
// Quote types in rustdoc of other crates get linked to here.
#![doc(html_root_url = "https://docs.rs/quote/0.4.0")]
#![doc(html_root_url = "https://docs.rs/quote/0.4.1")]
extern crate proc_macro2;
extern crate proc_macro;