commit | 8d71928e11e0f0dba74df00982fe997bd784e262 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Mon May 28 20:13:36 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Mon May 28 20:13:45 2018 -0700 |
tree | cba1405f829d846737990bf87f33a2b6b6a5fffd | |
parent | 1b2bad31234c6c947d88e437b51b91aec6ff559d [diff] |
Bump to 0.4.4
diff --git a/src/lib.rs b/src/lib.rs index ed126ef..a592935 100644 --- a/src/lib.rs +++ b/src/lib.rs
@@ -43,7 +43,7 @@ //! [ts]: https://doc.rust-lang.org/proc_macro/struct.TokenStream.html // Proc-macro2 types in rustdoc of other crates get linked to here. -#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.3")] +#![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.4")] #![cfg_attr(feature = "nightly", feature(proc_macro))] #[cfg(feature = "proc-macro")]