From 52e4d14f63cd37a296abe6a9be1410bbada9bf01 Mon Sep 17 00:00:00 2001 From: Tyler Fanelli Date: Thu, 19 Mar 2026 23:30:58 -0400 Subject: [PATCH] Update to 0.16.0 Signed-off-by: Tyler Fanelli --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8faea5e..ae28b45 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "kbs-types" description = "Rust (de)serializable types for KBS" -version = "0.15.0" +version = "0.16.0" authors = ["Sergio Lopez "] edition = "2021" repository = "https://github.com/virtee/kbs-types"