From 638fa8b1b9ca3ffd10a84cee3ca0310f10b85c5b Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 17 Oct 2023 21:05:29 -0700 Subject: [PATCH] Remove 'remember to update' reminder from Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ad4aee9..e7c0fe2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dyn-clone" -version = "1.0.14" # remember to update html_root_url +version = "1.0.14" authors = ["David Tolnay "] categories = ["rust-patterns", "no-std"] description = "Clone trait that is object-safe"