From 4fc65906aa44eeccb007fd867a3863497c0be341 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 23 Apr 2024 23:56:38 +0900 Subject: [PATCH] Version bump 1.0.11 -> 1.0.12 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7f49f95..f9004c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "macrotest" -version = "1.0.11" # remember to update in lib.rs +version = "1.0.12" # 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 36cbd35..92a57eb 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.11")] +#![doc(html_root_url = "https://docs.rs/macrotest/1.0.12")] //! ####   Test harness for macro expansion. //!