Skip to content

Commit

Permalink
Release 0.1.27
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Nov 22, 2023
1 parent 3e89872 commit 7c9ce15
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.26"
version = "0.1.27"
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 @@ -117,7 +117,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.26")]
#![doc(html_root_url = "https://docs.rs/no-panic/0.1.27")]
#![allow(
clippy::doc_markdown,
clippy::match_same_arms,
Expand Down

0 comments on commit 7c9ce15

Please sign in to comment.