Skip to content

Commit

Permalink
Release 0.1.31
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Nov 12, 2024
1 parent 042a7bd commit 86bb3e9
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,6 +1,6 @@
[package]
name = "no-panic"
version = "0.1.30"
version = "0.1.31"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["no-std", "no-std::no-alloc"]
description = "Attribute macro to require that the compiler prove a function can't ever panic."
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 86bb3e9

Please sign in to comment.