From 45eecbfb9708c9fe11dbb6a6a5bd8d618f02269e Mon Sep 17 00:00:00 2001 From: Michael Sproul Date: Thu, 14 Mar 2024 13:26:50 +1100 Subject: [PATCH] Release v0.8.0 (#40) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4d8a3286..455a8f50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "superstruct" -version = "0.7.0" +version = "0.8.0" edition = "2021" description = "Versioned data types with minimal boilerplate" license = "Apache-2.0"