Skip to content

Commit 31daf63

Browse files
committed
Release 1.0.8
1 parent f1f1076 commit 31daf63

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 = "indoc"
3-
version = "1.0.7"
3+
version = "1.0.8"
44
authors = ["David Tolnay <[email protected]>"]
55
categories = ["rust-patterns", "text-processing", "no-std"]
66
description = "Indented document literals"

unindent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "unindent"
3-
version = "0.1.10" # remember to update html_root_url
3+
version = "0.1.11" # remember to update html_root_url
44
authors = ["David Tolnay <[email protected]>"]
55
categories = ["text-processing"]
66
description = "Remove a column of leading whitespace from a string"

unindent/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
//! }
4646
//! ```
4747
48-
#![doc(html_root_url = "https://docs.rs/unindent/0.1.10")]
48+
#![doc(html_root_url = "https://docs.rs/unindent/0.1.11")]
4949
#![allow(
5050
clippy::missing_panics_doc,
5151
clippy::module_name_repetitions,

0 commit comments

Comments
 (0)