Skip to content

Commit 4bfa29f

Browse files
committed
Release 2.0.5
1 parent 8d38299 commit 4bfa29f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.4"
3+
version = "2.0.5"
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.4")]
124+
#![doc(html_root_url = "https://docs.rs/indoc/2.0.5")]
125125
#![allow(
126126
clippy::derive_partial_eq_without_eq,
127127
clippy::from_iter_instead_of_collect,

0 commit comments

Comments
 (0)