Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zignis committed Jun 8, 2024
1 parent 1e13a13 commit d340fb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bit_roles/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bit_roles"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
authors = ["zignis <[email protected]>"]
license = "MIT"
Expand All @@ -13,4 +13,4 @@ readme = "../README.md"

[dependencies]
thiserror = "1.0.58"
bit_roles_macros = { path = "../bit_roles_macros", version = "0.2.1" }
bit_roles_macros = { path = "../bit_roles_macros", version = "0.2.2" }
2 changes: 1 addition & 1 deletion bit_roles_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bit_roles_macros"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
authors = ["zignis <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit d340fb8

Please sign in to comment.