Skip to content

Commit

Permalink
Bump the version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhenrymantilla committed Nov 21, 2021
1 parent 077aa83 commit 2ad6e88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 <paho@paholg.com>",
"Andre Bogus <bogusandre@gmail.com>"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
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.14.0")]
#![doc(html_root_url = "https://docs.rs/typenum/1.15.0")]

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

0 comments on commit 2ad6e88

Please sign in to comment.