From 97f67cb18b87cd0305e8388873859ba714a7e80f Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Wed, 30 Dec 2020 16:06:10 +0000 Subject: [PATCH] Bump version to 0.13.2 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 09489a23..6204f824 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "textwrap" -version = "0.13.1" +version = "0.13.2" authors = ["Martin Geisler "] description = "Powerful library for word wrapping, indenting, and dedenting strings" documentation = "https://docs.rs/textwrap/" diff --git a/src/lib.rs b/src/lib.rs index f6668889..30f4aca5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -156,7 +156,7 @@ //! [terminal_size]: https://docs.rs/terminal_size/ //! [hyphenation]: https://docs.rs/hyphenation/ -#![doc(html_root_url = "https://docs.rs/textwrap/0.13.1")] +#![doc(html_root_url = "https://docs.rs/textwrap/0.13.2")] #![forbid(unsafe_code)] // See https://github.com/mgeisler/textwrap/issues/210 #![deny(missing_docs)] #![deny(missing_debug_implementations)]