| commit | a6ff2545e0139df37c3745db8cf5a5b84d75c243 | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Tue Oct 17 21:05:29 2023 -0700 |
| committer | David Tolnay <dtolnay@gmail.com> | Tue Oct 17 21:05:29 2023 -0700 |
| tree | c93534f56f8477cae0e5399313fe75289a07dd64 | |
| parent | ff4367ea9acd06eeec28edbdfc9c6de218f455ad [diff] |
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++"