Skip to content

Commit

Permalink
Merge pull request #3 from bitflags/cargo/0.0.2
Browse files Browse the repository at this point in the history
Prepare for 0.0.2 release
  • Loading branch information
KodrAus authored Feb 5, 2025
2 parents e3be05f + 350456d commit d37fd71
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitflags-derive"
version = "0.0.1"
version = "0.0.2"
authors = ["bitflags contributors"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand All @@ -13,7 +13,7 @@ exclude = ["/tests", "/.github"]

[dependencies.bitflags-derive-macros]
path = "macros"
version = "0.0.1"
version = "0.0.2"

[dependencies.bitflags]
version = "2"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Add `bitflags-derive` to your `Cargo.toml` alongside `bitflags`:

```toml
[dependencies.bitflags-derive]
version = "0.0.1"
version = "0.0.2"

[dependencies.bitflags]
version = "2"
Expand Down
2 changes: 1 addition & 1 deletion macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bitflags-derive-macros"
version = "0.0.1"
version = "0.0.2"
authors = ["bitflags contributors"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Add `bitflags-derive` to your `Cargo.toml` alongside `bitflags`:
```toml
[dependencies.bitflags-derive]
version = "0.0.1"
version = "0.0.2"
[dependencies.bitflags]
version = "2"
Expand Down

0 comments on commit d37fd71

Please sign in to comment.