From e520a621da83aa0d22a4d9cb02ce6a715e143139 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sun, 24 Apr 2022 12:17:35 -0700 Subject: [PATCH] Release 0.1.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8a0fbcc..27c5c5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prettyplease" -version = "0.1.9" +version = "0.1.10" authors = ["David Tolnay "] edition = "2021" rust-version = "1.56"