diff --git a/Cargo.toml b/Cargo.toml index 0bfa5d4..1354353 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "serde_repr" -version = "0.1.9" +version = "0.1.10" authors = ["David Tolnay "] categories = ["encoding", "no-std"] description = "Derive Serialize and Deserialize that delegates to the underlying repr of a C-like enum."