From c8cf8c37d689f35debffbb07c6d3a42b0413dcad Mon Sep 17 00:00:00 2001 From: Tyrone Tudehope Date: Wed, 3 Apr 2024 20:58:20 +0200 Subject: [PATCH] chore: Bump version 0.3.0 --- strong_id/Cargo.toml | 4 ++-- strong_id_macros/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/strong_id/Cargo.toml b/strong_id/Cargo.toml index 17d0581..d31b3b6 100644 --- a/strong_id/Cargo.toml +++ b/strong_id/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "strong_id" -version = "0.2.0" +version = "0.3.0" edition = "2021" description = "Strongly typed, base32 encoded IDs" authors = [ @@ -26,7 +26,7 @@ exclude = [ ] [dependencies] -strong_id_macros = { version = "=0.2.0", path = "../strong_id_macros" } +strong_id_macros = { version = "=0.3.0", path = "../strong_id_macros" } bitvec = { version = "1", default-features = false, features = ["atomic", "alloc"] } serde = { version = "1.0", optional = true, default-features = false, features = ["std"] } thiserror = "1.0" diff --git a/strong_id_macros/Cargo.toml b/strong_id_macros/Cargo.toml index d004187..d8b8a1c 100644 --- a/strong_id_macros/Cargo.toml +++ b/strong_id_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "strong_id_macros" -version = "0.2.0" +version = "0.3.0" edition = "2021" description = "Macros for the strong_id crate" license = "Apache-2.0 OR MIT"