From 0643381a306e284ade645ee5a16511ea0c235d13 Mon Sep 17 00:00:00 2001 From: Cerber Ursi Date: Fri, 3 Dec 2021 00:08:18 +0700 Subject: [PATCH] v0.2.3 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2298d5a..e0ffb13 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "uneval" -version = "0.2.2" +version = "0.2.3" authors = ["Cerber Ursi "] -edition = "2018" +edition = "2021" description = "Serde serializer to embed data as Rust code" license = "MIT" readme = "README.md"