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"