Skip to content

Commit

Permalink
Release 0.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 7, 2024
1 parent 1321404 commit 179974c
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.19"
version = "0.2.20"
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.19")]
#![doc(html_root_url = "https://docs.rs/prettyplease/0.2.20")]
#![allow(
clippy::cast_possible_wrap,
clippy::cast_sign_loss,
Expand Down

0 comments on commit 179974c

Please sign in to comment.