diff --git a/Cargo.toml b/Cargo.toml index 128239450..ebbbfafc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "typenum" build = "build/main.rs" - version = "1.14.0" # remember to update html_root_url + version = "1.15.0" # remember to update html_root_url authors = [ "Paho Lurie-Gregg ", "Andre Bogus " diff --git a/src/lib.rs b/src/lib.rs index f749b4448..2f4f5b036 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -59,7 +59,7 @@ ) )] #![cfg_attr(feature = "cargo-clippy", deny(clippy::missing_inline_in_public_items))] -#![doc(html_root_url = "https://docs.rs/typenum/1.14.0")] +#![doc(html_root_url = "https://docs.rs/typenum/1.15.0")] // For debugging macros: // #![feature(trace_macros)]