Skip to content

Commit

Permalink
Merge pull request #35 from artichoke/release-v1.1.1
Browse files Browse the repository at this point in the history
Release v1.1.1
  • Loading branch information
lopopolo authored Aug 8, 2020
2 parents a27d325 + 44bad34 commit 359c416
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.1.0"
version = "1.1.1"
authors = ["Ryan Lopopolo <[email protected]>"]
edition = "2018"
description = "UTF-8 string and bytestring interner and symbol table"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
//! - **bytes** - Enables an additional symbol table implementation for
//! interning bytestrings (`Vec<u8>` and `&'static [u8]`).
#![doc(html_root_url = "https://docs.rs/intaglio/1.1.0")]
#![doc(html_root_url = "https://docs.rs/intaglio/1.1.1")]

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

0 comments on commit 359c416

Please sign in to comment.