Skip to content

Commit

Permalink
Bump crate version to v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lopopolo committed Nov 19, 2021
1 parent 8d7a8b1 commit c02c154
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 = "intaglio"
version = "1.4.1" # remember to set `html_root_url` in `src/lib.rs`.
version = "1.4.2" # remember to set `html_root_url` in `src/lib.rs`.
authors = ["Ryan Lopopolo <rjl@hyperbo.la>"]
license = "MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
//! - **bytes** - Enables an additional symbol table implementation for
//! interning byte strings (`Vec<u8>` and `&'static [u8]`).

#![doc(html_root_url = "https://docs.rs/intaglio/1.4.1")]
#![doc(html_root_url = "https://docs.rs/intaglio/1.4.2")]

// Ensure code blocks in README.md compile
#[cfg(doctest)]
Expand Down

0 comments on commit c02c154

Please sign in to comment.