From 8f84d66737578a9575d0f3c57d8e51e11ccc0d79 Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Sun, 11 Feb 2024 07:58:53 +0000 Subject: [PATCH] Bump version to 0.16.1 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a2c1a30..824650a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "textwrap" -version = "0.16.0" +version = "0.16.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 a4ce715..32611c0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -193,7 +193,7 @@ //! [terminal_size]: https://docs.rs/terminal_size/ //! [hyphenation]: https://docs.rs/hyphenation/ -#![doc(html_root_url = "https://docs.rs/textwrap/0.16.0")] +#![doc(html_root_url = "https://docs.rs/textwrap/0.16.1")] #![forbid(unsafe_code)] // See https://github.com/mgeisler/textwrap/issues/210 #![deny(missing_docs)] #![deny(missing_debug_implementations)]