From 67c93326f531523b081bde9035f18027a660a0b2 Mon Sep 17 00:00:00 2001 From: Cyril Plisko Date: Sun, 8 Nov 2020 15:04:15 +0200 Subject: Bump version to 0.16.0 --- Cargo.toml | 4 ++-- src/lib.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cfdf007..be50319 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] +name = "pager" +version = "0.16.0" # remember to update html_root_url authors = ["Cyril Plisko "] description = "Helps pipe your output through an external pager" documentation = "https://docs.rs/pager" keywords = ["pager", "less", "more"] license = "Apache-2.0/MIT" -name = "pager" readme = "README.md" repository = "https://gitlab.com/imp/pager-rs.git" -version = "0.15.0" # remember to update html_root_url edition = "2018" categories = ["command-line-interface", "text-processing"] diff --git a/src/lib.rs b/src/lib.rs index 5ee9364..829f1c3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -76,7 +76,7 @@ //! will skip initialization. The host application will continue as normal. `Pager::is_on()` will //! reflect the fact that no Pager is active. -#![doc(html_root_url = "https://docs.rs/pager/0.15.0")] +#![doc(html_root_url = "https://docs.rs/pager/0.16.0")] #![cfg_attr(feature = "pedantic", warn(clippy::pedantic))] #![warn(clippy::use_self)] #![warn(deprecated_in_future)] -- cgit v1.2.3