Skip to content

Commit

Permalink
chore: Bump version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnynotsolucky committed Apr 3, 2024
1 parent 21e99cd commit c8cf8c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions strong_id/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion strong_id_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit c8cf8c3

Please sign in to comment.