Skip to content

Commit 39f5ad1

Browse files
committed
Remove 'remember to update' reminder from Cargo.toml
1 parent 5bb6960 commit 39f5ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "serde_json"
3-
version = "1.0.107" # remember to update html_root_url
3+
version = "1.0.107"
44
authors = ["Erick Tryzelaar <[email protected]>", "David Tolnay <[email protected]>"]
55
categories = ["encoding", "parser-implementations", "no-std"]
66
description = "A JSON serialization file format"

0 commit comments

Comments
 (0)