summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
-rw-r--r--src/lib.rs1
2 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2d942e6..c27bd09 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ license = "Apache-2.0/MIT"
name = "pager"
readme = "README.md"
repository = "https://gitlab.com/imp/pager-rs.git"
-version = "0.12.1"
+version = "0.13.0" # remember to update html_root_url
categories = ["command-line-interface", "text-processing"]
[badges]
diff --git a/src/lib.rs b/src/lib.rs
index 575e206..87f0a71 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -65,6 +65,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.13.0")]
#![cfg_attr(all(feature = "cargo-clippy", feature = "pedantic"), warn(clippy_pedantic))]
extern crate errno;