Remove 'remember to update' reminder from Cargo.toml

This commit is contained in:
David Tolnay 2023-10-17 21:05:31 -07:00
parent 25f218b873
commit 81b2d76745
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "serde_yaml"
version = "0.9.25" # remember to update html_root_url
version = "0.9.25"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["encoding", "parser-implementations"]
description = "YAML data format for Serde"