From 4a2318ec7a773e27da018bf923aba961c37f3f8e Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 20 Jun 2023 18:54:44 -0700 Subject: [PATCH] Release 0.2.9 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 910bd69..3d95ce3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prettyplease" -version = "0.2.8" +version = "0.2.9" authors = ["David Tolnay "] autoexamples = false categories = ["development-tools"] diff --git a/src/lib.rs b/src/lib.rs index 70f9872..5461245 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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,