diff --git a/Cargo.toml b/Cargo.toml index 54e1a1d..39e4e51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "itoa" -version = "1.0.9" # remember to update html_root_url +version = "1.0.9" authors = ["David Tolnay "] categories = ["value-formatting", "no-std", "no-std::no-alloc"] description = "Fast integer primitive to string conversion"