diff --git a/Cargo.toml b/Cargo.toml index f9004c3..f8ed118 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "macrotest" -version = "1.0.12" # remember to update in lib.rs +version = "1.0.13" # remember to update in lib.rs authors = ["eupn "] edition = "2018" rust-version = "1.56" diff --git a/src/lib.rs b/src/lib.rs index 92a57eb..fb29df8 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,5 +1,5 @@ #![crate_type = "lib"] -#![doc(html_root_url = "https://docs.rs/macrotest/1.0.12")] +#![doc(html_root_url = "https://docs.rs/macrotest/1.0.13")] //! ####   Test harness for macro expansion. //!