From 60b5fa29ba4f98b479713621a1f4ec96155caaba Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 17 Oct 2023 21:05:30 -0700 Subject: [PATCH] Remove 'remember to update' reminder from Cargo.toml --- unindent/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unindent/Cargo.toml b/unindent/Cargo.toml index 09aee52..6c18fdf 100644 --- a/unindent/Cargo.toml +++ b/unindent/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unindent" -version = "0.2.3" # remember to update html_root_url +version = "0.2.3" authors = ["David Tolnay "] categories = ["text-processing"] description = "Remove a column of leading whitespace from a string"