From adb5e428e92712a17e1ac103e9d7e11035e78032 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Sat, 30 Mar 2024 17:03:03 +0900 Subject: [PATCH] Version bump 1.0.10 -> 1.0.11 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. //!