Skip to content

Commit

Permalink
Merge pull request #202 from artichoke/lopopolo/release-v1.8.0
Browse files Browse the repository at this point in the history
Release v1.8.0
  • Loading branch information
lopopolo authored Jan 1, 2023
2 parents b7e2697 + dc6a2f6 commit 1b7def1
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.7.0" # remember to set `html_root_url` in `src/lib.rs`.
version = "1.8.0" # 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 README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
intaglio = "1.7.0"
intaglio = "1.8.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.7.0")]
#![doc(html_root_url = "https://docs.rs/intaglio/1.8.0")]

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

0 comments on commit 1b7def1

Please sign in to comment.