Skip to content

Commit 60b5fa2

Browse files
committed
Remove 'remember to update' reminder from Cargo.toml
1 parent 15abc17 commit 60b5fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unindent/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "unindent"
3-
version = "0.2.3" # remember to update html_root_url
3+
version = "0.2.3"
44
authors = ["David Tolnay <[email protected]>"]
55
categories = ["text-processing"]
66
description = "Remove a column of leading whitespace from a string"

0 commit comments

Comments
 (0)