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"