Skip to content

Commit 099bd45

Browse files
committed
Bump version to 0.13.4
1 parent a5b8aec commit 099bd45

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.13.3"
3+
version = "0.13.4"
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
@@ -165,7 +165,7 @@
165165
//! [terminal_size]: https://docs.rs/terminal_size/
166166
//! [hyphenation]: https://docs.rs/hyphenation/
167167
168-
#![doc(html_root_url = "https://docs.rs/textwrap/0.13.3")]
168+
#![doc(html_root_url = "https://docs.rs/textwrap/0.13.4")]
169169
#![forbid(unsafe_code)] // See https://github.com/mgeisler/textwrap/issues/210
170170
#![deny(missing_docs)]
171171
#![deny(missing_debug_implementations)]

0 commit comments

Comments
 (0)