Skip to content

Commit

Permalink
Compensate for gender drift :3
Browse files Browse the repository at this point in the history
  • Loading branch information
meithecatte committed Apr 1, 2023
1 parent dcf373d commit 67704d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "enumflags2"
version = "0.7.5"
authors = ["maik klein <[email protected]>", "Jakub \"NieDżejkob\" Kądziołka <[email protected]>"]
authors = ["maik klein <[email protected]>", "Maja Kądziołka <[email protected]>"]
description = "Enum-based bit flags"
license = "MIT OR Apache-2.0"
repository = "https://github.com/NieDzejkob/enumflags2"
repository = "https://github.com/meithecatte/enumflags2"
readme = "README.md"
keywords = ["enum", "bitflag", "flag", "bitflags"]
documentation = "https://docs.rs/enumflags2"
Expand Down
4 changes: 2 additions & 2 deletions enumflags_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "enumflags2_derive"
version = "0.7.4"
authors = ["maik klein <[email protected]>", "Jakub \"NieDżejkob\" Kądziołka <[email protected]>"]
authors = ["maik klein <[email protected]>", "Maja Kądziołka <[email protected]>"]
description = "Do not use directly, use the reexport in the `enumflags2` crate. This allows for better compatibility across versions."
license = "MIT OR Apache-2.0"
repository = "https://github.com/NieDzejkob/enumflags2"
repository = "https://github.com/meithecatte/enumflags2"
keywords = ["enum", "bitflag", "flag", "bitflags"]
edition = "2018"
rust-version = "1.56"
Expand Down

0 comments on commit 67704d7

Please sign in to comment.