Skip to content

Commit c2e402b

Browse files
authored

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "typenum"
33
build = "build/main.rs"
4-
version = "1.13.0"
4+
version = "1.13.0" # remember to update html_root_url
55
authors = [
66
"Paho Lurie-Gregg <[email protected]>",
77
"Andre Bogus <[email protected]>"

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
)
6060
)]
6161
#![cfg_attr(feature = "cargo-clippy", deny(clippy::missing_inline_in_public_items))]
62+
#![doc(html_root_url = "https://docs.rs/typenum/1.13.0")]
6263

6364
// For debugging macros:
6465
// #![feature(trace_macros)]

0 commit comments

Comments
 (0)