Skip to content

Commit

Permalink
Merge pull request #238 from artichoke/lopopolo/release-v1.9.0
Browse files Browse the repository at this point in the history
Release v1.9.0
  • Loading branch information
lopopolo authored Jul 26, 2023
2 parents e2820d2 + 845eaee commit ad78869
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.8.0" # remember to set `html_root_url` in `src/lib.rs`.
version = "1.9.0" # remember to set `html_root_url` in `src/lib.rs`.
authors = ["Ryan Lopopolo <[email protected]>"]
license = "MIT"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
intaglio = "1.8.0"
intaglio = "1.9.0"
```

Then intern UTF-8 strings like:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
//! [`&Path`]: std::path::Path
//! [`&'static Path`]: std::path::Path
#![doc(html_root_url = "https://docs.rs/intaglio/1.8.0")]
#![doc(html_root_url = "https://docs.rs/intaglio/1.9.0")]

use core::fmt;
use core::num::TryFromIntError;
Expand Down

0 comments on commit ad78869

Please sign in to comment.