Skip to content

Commit

Permalink
Merge pull request #42 from artichoke/release-v0.1.1
Browse files Browse the repository at this point in the history
Prepare for v0.1.1 release
  • Loading branch information
lopopolo authored Jun 14, 2021
2 parents 06bf236 + 6edee40 commit 7fa230d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <rjl@hyperbo.la>"]
license = "MIT"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)]
Expand Down

0 comments on commit 7fa230d

Please sign in to comment.