Skip to content

Commit

Permalink
Release 0.2.29
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jan 12, 2025
1 parent 4e85487 commit fc5bf6b
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.28"
version = "0.2.29"
authors = ["David Tolnay <dtolnay@gmail.com>"]
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.28")]
#![doc(html_root_url = "https://docs.rs/prettyplease/0.2.29")]
#![allow(
clippy::bool_to_int_with_if,
clippy::cast_possible_wrap,
Expand Down

0 comments on commit fc5bf6b

Please sign in to comment.