diff --git a/Cargo.toml b/Cargo.toml index d50f949..7f49f95 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "macrotest" -version = "1.0.10" # remember to update in lib.rs +version = "1.0.11" # 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 fbf919d..4531ab1 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.10")] +#![doc(html_root_url = "https://docs.rs/macrotest/1.0.11")] //! ####   Test harness for macro expansion. //!