From 51cc56b81c3af3247babfb1023c5afb7ed592042 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 17 Oct 2023 21:05:31 -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 f6d897b..71803de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_bytes" -version = "0.11.12" # remember to update html_root_url +version = "0.11.12" authors = ["David Tolnay "] categories = ["encoding", "no-std", "no-std::no-alloc"] description = "Optimized handling of `&[u8]` and `Vec` for Serde"