Skip to content

Commit

Permalink
Really bump to 1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
paholg committed Dec 5, 2022
1 parent ba67264 commit 07eb95e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "typenum"
build = "build/main.rs"
version = "1.15.0" # remember to update html_root_url
version = "1.16.0" # remember to update html_root_url
authors = [
"Paho Lurie-Gregg <[email protected]>",
"Andre Bogus <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.15.0")]
#![doc(html_root_url = "https://docs.rs/typenum/1.16.0")]

// For debugging macros:
// #![feature(trace_macros)]
Expand Down

0 comments on commit 07eb95e

Please sign in to comment.