From 8aa469a35fc726a8dd6379539bed28bac4d3ce4e Mon Sep 17 00:00:00 2001 From: Tyler Fanelli Date: Sun, 1 Dec 2024 23:10:04 -0500 Subject: [PATCH] Update to 0.9.0 Although not reflected in the Cargo.toml file, version 0.8.0 of this crate was already released. Signed-off-by: Tyler Fanelli --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aa10b67..4c4d4f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kbs-types" description = "Rust (de)serializable types for KBS" -version = "0.7.0" +version = "0.9.0" authors = ["Sergio Lopez "] edition = "2021" repository = "https://github.com/virtee/kbs-types"