Skip to content

Commit f5934e4

Browse files
committed
Release 2.0.6
1 parent 382de61 commit f5934e4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "indoc"
3-
version = "2.0.5"
3+
version = "2.0.6"
44
authors = ["David Tolnay <[email protected]>"]
55
categories = ["rust-patterns", "text-processing", "no-std", "no-std::no-alloc"]
66
description = "Indented document literals"

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
//! the first line.
122122
//! 4. Remove the computed number of spaces from the beginning of each line.
123123
124-
#![doc(html_root_url = "https://docs.rs/indoc/2.0.5")]
124+
#![doc(html_root_url = "https://docs.rs/indoc/2.0.6")]
125125
#![allow(
126126
clippy::derive_partial_eq_without_eq,
127127
clippy::from_iter_instead_of_collect,

unindent/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "unindent"
3-
version = "0.2.3"
3+
version = "0.2.4"
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

+1-1
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.2.3")]
48+
#![doc(html_root_url = "https://docs.rs/unindent/0.2.4")]
4949
#![allow(
5050
clippy::missing_panics_doc,
5151
clippy::module_name_repetitions,

0 commit comments

Comments
 (0)