Skip to content

Commit 30d271d

Browse files
committed
Release 0.2.4
1 parent dc9a4f0 commit 30d271d

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 = "0.2.3" # remember to update html_root_url
3+
version = "0.2.4" # remember to update html_root_url
44
authors = ["David Tolnay <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "Indented document literals"

impl/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "indoc-impl"
3-
version = "0.2.3" # remember to update html_root_url
3+
version = "0.2.4" # remember to update html_root_url
44
authors = ["David Tolnay <[email protected]>"]
55
license = "MIT/Apache-2.0"
66
description = "Indented document literals"

impl/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// option. This file may not be copied, modified, or distributed
77
// except according to those terms.
88

9-
#![doc(html_root_url = "https://docs.rs/indoc-impl/0.2.3")]
9+
#![doc(html_root_url = "https://docs.rs/indoc-impl/0.2.4")]
1010
#![cfg_attr(feature = "unstable", feature(proc_macro))]
1111

1212
#[cfg(feature = "unstable")]

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
//! ") / ") /
103103
//! ```
104104
105-
#![doc(html_root_url = "https://docs.rs/indoc/0.2.3")]
105+
#![doc(html_root_url = "https://docs.rs/indoc/0.2.4")]
106106
#![cfg_attr(feature = "unstable", feature(decl_macro, proc_macro, use_extern_macros))]
107107
#![cfg_attr(feature = "cargo-clippy", allow(useless_attribute))]
108108

0 commit comments

Comments
 (0)