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"