From 3b7280019c998571427cf47c7bb994831cc37a01 Mon Sep 17 00:00:00 2001 From: Will Kennedy Date: Tue, 14 Nov 2023 12:49:23 -0400 Subject: [PATCH] Update to version 1.0.0 --- borsh-schema-writer/Cargo.toml | 2 +- borsh-serde-adapter/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/borsh-schema-writer/Cargo.toml b/borsh-schema-writer/Cargo.toml index 19c1d16..5f2c9e3 100644 --- a/borsh-schema-writer/Cargo.toml +++ b/borsh-schema-writer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "borsh-schema-writer" -version = "0.2.0" +version = "1.0.0" edition = "2021" authors = ["Will Kennedy"] description = "Write a BorshSchemaContainer to a binary file" diff --git a/borsh-serde-adapter/Cargo.toml b/borsh-serde-adapter/Cargo.toml index a173718..34a728a 100644 --- a/borsh-serde-adapter/Cargo.toml +++ b/borsh-serde-adapter/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "borsh-serde-adapter" -version = "0.2.0" +version = "1.0.0" edition = "2021" authors = ["Will Kennedy"] description = "Adapter to go from borsh to serde and vice versa"