Skip to content

Commit

Permalink
fix repository link
Browse files Browse the repository at this point in the history
  • Loading branch information
zignis committed Jun 8, 2024
1 parent ed86813 commit dcf3cc5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions bit_roles/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[package]
name = "bit_roles"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["zignis <[email protected]>"]
license = "MIT"
description = "Granular role management based on bit flags"
keywords = ["bit", "enum", "permissions", "roles", "macros"]
documentation = "https://docs.rs/bit_roles"
homepage = "https://github.com/zignis/bit_roles"
repository = "https://github.com/zignis/bit_roles"
homepage = "https://github.com/zignis/bit-roles"
repository = "https://github.com/zignis/bit-roles"
readme = "../README.md"

[dependencies]
thiserror = "1.0.58"
bit_roles_macros = { path = "../bit_roles_macros", version = "0.2.0" }
bit_roles_macros = { path = "../bit_roles_macros", version = "0.2.1" }
6 changes: 3 additions & 3 deletions bit_roles_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "bit_roles_macros"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["zignis <[email protected]>"]
license = "MIT"
description = "Granular role management based on bit flags"
keywords = ["bit", "enum", "permissions", "roles", "macros"]
documentation = "https://docs.rs/bit_roles"
homepage = "https://github.com/zignis/bit_roles"
repository = "https://github.com/zignis/bit_roles"
homepage = "https://github.com/zignis/bit-roles"
repository = "https://github.com/zignis/bit-roles"
readme = "../README.md"

[lib]
Expand Down

0 comments on commit dcf3cc5

Please sign in to comment.