From 6edee4090fc689102f7b6db5ea2f47b406dda261 Mon Sep 17 00:00:00 2001 From: Ryan Lopopolo Date: Mon, 14 Jun 2021 05:55:05 -0700 Subject: [PATCH] Prepare for v0.1.1 release --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ed6b7d22f..0ada7628b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cactusref" -version = "0.1.0" # remember to set `html_root_url` in `src/lib.rs`. +version = "0.1.1" # remember to set `html_root_url` in `src/lib.rs`. authors = ["Ryan Lopopolo "] license = "MIT" edition = "2018" diff --git a/src/lib.rs b/src/lib.rs index 35d14d22b..94e972917 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -125,7 +125,7 @@ //! //! [`std::rc::Rc`]: https://doc.rust-lang.org/stable/std/rc/struct.Rc.html -#![doc(html_root_url = "https://docs.rs/cactusref/0.1.0")] +#![doc(html_root_url = "https://docs.rs/cactusref/0.1.1")] // Ensure code blocks in README.md compile #[cfg(doctest)]