From 2496c42408784faf22c77999a967004c0209bbad Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Thu, 15 Sep 2022 21:05:44 +0000 Subject: [PATCH] Bump version to 0.15.1 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a362f8f3..f7ff7588 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "textwrap" -version = "0.15.0" +version = "0.15.1" authors = ["Martin Geisler "] description = "Library for word wrapping, indenting, and dedenting strings. Has optional support for Unicode and emojis as well as machine hyphenation." documentation = "https://docs.rs/textwrap/" diff --git a/src/lib.rs b/src/lib.rs index 552bb033..32e1abc2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -189,7 +189,7 @@ //! [terminal_size]: https://docs.rs/terminal_size/ //! [hyphenation]: https://docs.rs/hyphenation/ -#![doc(html_root_url = "https://docs.rs/textwrap/0.15.0")] +#![doc(html_root_url = "https://docs.rs/textwrap/0.15.1")] #![forbid(unsafe_code)] // See https://github.com/mgeisler/textwrap/issues/210 #![deny(missing_docs)] #![deny(missing_debug_implementations)]