From 7127ab608208252f7635c3d94415f371964bbf5b Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 17 Dec 2022 11:53:12 -0800 Subject: [PATCH] Release 0.1.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."