From 780b67aa1a46890228a7d75f12835422d1187037 Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Tue, 6 Dec 2022 16:48:19 +1100 Subject: [PATCH] Release v0.7.0 (#28) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 416e0bcf..4d8a3286 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "superstruct" -version = "0.6.0" +version = "0.7.0" edition = "2021" description = "Versioned data types with minimal boilerplate" license = "Apache-2.0"