Skip to content

Commit 48cc93a

Browse files
committed
Bump version to 0.15.2
1 parent e3499fb commit 48cc93a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 = "textwrap"
3-
version = "0.15.0"
3+
version = "0.15.2"
44
authors = ["Martin Geisler <[email protected]>"]
55
description = "Powerful library for word wrapping, indenting, and dedenting strings"
66
documentation = "https://docs.rs/textwrap/"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
//! [terminal_size]: https://docs.rs/terminal_size/
190190
//! [hyphenation]: https://docs.rs/hyphenation/
191191
192-
#![doc(html_root_url = "https://docs.rs/textwrap/0.15.0")]
192+
#![doc(html_root_url = "https://docs.rs/textwrap/0.15.2")]
193193
#![forbid(unsafe_code)] // See https://github.com/mgeisler/textwrap/issues/210
194194
#![deny(missing_docs)]
195195
#![deny(missing_debug_implementations)]

0 commit comments

Comments
 (0)