From fc5bf6b406b19758d910b6f6e9059e5f0301a2d8 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 12 Jan 2025 08:03:44 -0800 Subject: [PATCH] Release 0.2.29 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b39ff4f..f88f27c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prettyplease" -version = "0.2.28" +version = "0.2.29" authors = ["David Tolnay "] autoexamples = false categories = ["development-tools"] diff --git a/src/lib.rs b/src/lib.rs index 60abacf..25f0250 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.28")] +#![doc(html_root_url = "https://docs.rs/prettyplease/0.2.29")] #![allow( clippy::bool_to_int_with_if, clippy::cast_possible_wrap,