From e5971e8ed2631ae220c5a4639d480bd79082ee29 Mon Sep 17 00:00:00 2001 From: Tyler Fanelli Date: Sat, 7 Dec 2024 00:06:50 -0500 Subject: [PATCH] Update to 0.9.1 Signed-off-by: Tyler Fanelli --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4c4d4f7..3bf480a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kbs-types" description = "Rust (de)serializable types for KBS" -version = "0.9.0" +version = "0.9.1" authors = ["Sergio Lopez "] edition = "2021" repository = "https://github.com/virtee/kbs-types"