Skip to content

Commit

Permalink
Release 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Jun 21, 2023
1 parent 1593a0c commit 4a2318e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "prettyplease"
version = "0.2.8"
version = "0.2.9"
authors = ["David Tolnay <dtolnay@gmail.com>"]
autoexamples = false
categories = ["development-tools"]
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
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.8")]
#![doc(html_root_url = "https://docs.rs/prettyplease/0.2.9")]
#![allow(
clippy::cast_possible_wrap,
clippy::cast_sign_loss,
Expand Down

0 comments on commit 4a2318e

Please sign in to comment.