Remove 'remember to update' reminder from Cargo.toml
diff --git a/Cargo.toml b/Cargo.toml
index ec5bd16..716d693 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "cxx"
-version = "1.0.109" # remember to update html_root_url
+version = "1.0.109"
 authors = ["David Tolnay <dtolnay@gmail.com>"]
 categories = ["development-tools::ffi", "api-bindings", "no-std"]
 description = "Safe interop between Rust and C++"