Skip to content

Commit e978b98

Browse files
committed
Remove html_root_url & syn.json reminder from Cargo.toml
1 parent 48f99b0 commit e978b98

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 = "syn"
3-
version = "2.0.59" # don't forget to update html_root_url and syn.json
3+
version = "2.0.59"
44
authors = ["David Tolnay <[email protected]>"]
55
categories = ["development-tools::procedural-macro-helpers", "parser-implementations"]
66
description = "Parser for Rust source code"

0 commit comments

Comments
 (0)