From 86bb3e9432a019e037923a4acad8fec812cc8b85 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 11 Nov 2024 23:58:17 -0800 Subject: [PATCH] Release 0.1.31 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 26c560f..b224d0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "no-panic" -version = "0.1.30" +version = "0.1.31" authors = ["David Tolnay "] categories = ["no-std", "no-std::no-alloc"] description = "Attribute macro to require that the compiler prove a function can't ever panic." diff --git a/src/lib.rs b/src/lib.rs index eefd729..2fdddbc 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -126,7 +126,7 @@ //! [Kixunil]: https://github.com/Kixunil //! [`dont_panic`]: https://github.com/Kixunil/dont_panic -#![doc(html_root_url = "https://docs.rs/no-panic/0.1.30")] +#![doc(html_root_url = "https://docs.rs/no-panic/0.1.31")] #![allow( clippy::doc_markdown, clippy::match_same_arms,