Remove 'remember to update' reminder from Cargo.toml

This commit is contained in:
David Tolnay 2023-10-17 21:05:30 -07:00
parent 2763105d39
commit 0d040f4664
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 = "itoa"
version = "1.0.9" # remember to update html_root_url
version = "1.0.9"
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["value-formatting", "no-std", "no-std::no-alloc"]
description = "Fast integer primitive to string conversion"