Skip to content

Commit 8db7834

Browse files
authored
Merge pull request #340 from artichoke/dev/lopopolo-release-v1.12.0
Prepare for v1.12.0 release
2 parents 68a5982 + c512739 commit 8db7834

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.11.0" # remember to set `html_root_url` in `src/lib.rs`.
3+
version = "1.12.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
@@ -35,7 +35,7 @@ Add this to your `Cargo.toml`:
3535

3636
```toml
3737
[dependencies]
38-
intaglio = "1.11.0"
38+
intaglio = "1.12.0"
3939
```
4040

4141
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.11.0")]
112+
#![doc(html_root_url = "https://docs.rs/intaglio/1.12.0")]
113113

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

0 commit comments

Comments
 (0)