Skip to content

Commit

Permalink
Remove 'remember to update' reminder from Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Oct 18, 2023
1 parent deb9c32 commit 51cc56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
categories = ["encoding", "no-std", "no-std::no-alloc"]
description = "Optimized handling of `&[u8]` and `Vec<u8>` for Serde"
Expand Down

0 comments on commit 51cc56b

Please sign in to comment.