Skip to content

Commit

Permalink
Release 0.2.25
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Oct 23, 2024
1 parent 06791ea commit 50de5c6
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 = "prettyplease"
version = "0.2.24"
version = "0.2.25"
authors = ["David Tolnay <[email protected]>"]
autoexamples = false
categories = ["development-tools"]
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@
//! these situations with conditional punctuation tokens whose selection can be
//! deferred and populated after it's known that the group is or is not broken.

#![doc(html_root_url = "https://docs.rs/prettyplease/0.2.24")]
#![doc(html_root_url = "https://docs.rs/prettyplease/0.2.25")]
#![allow(
clippy::cast_possible_wrap,
clippy::cast_sign_loss,
Expand Down

0 comments on commit 50de5c6

Please sign in to comment.