Skip to content

Commit ad78869

Browse files
authored
Merge pull request #238 from artichoke/lopopolo/release-v1.9.0
Release v1.9.0
2 parents e2820d2 + 845eaee commit ad78869

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "intaglio"
3-
version = "1.8.0" # remember to set `html_root_url` in `src/lib.rs`.
3+
version = "1.9.0" # remember to set `html_root_url` in `src/lib.rs`.
44
authors = ["Ryan Lopopolo <[email protected]>"]
55
license = "MIT"
66
edition = "2021"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Add this to your `Cargo.toml`:
3636

3737
```toml
3838
[dependencies]
39-
intaglio = "1.8.0"
39+
intaglio = "1.9.0"
4040
```
4141

4242
Then intern UTF-8 strings like:

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
//! [`&Path`]: std::path::Path
110110
//! [`&'static Path`]: std::path::Path
111111
112-
#![doc(html_root_url = "https://docs.rs/intaglio/1.8.0")]
112+
#![doc(html_root_url = "https://docs.rs/intaglio/1.9.0")]
113113

114114
use core::fmt;
115115
use core::num::TryFromIntError;

0 commit comments

Comments
 (0)