Skip to content

Commit

Permalink
prepare for 2.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
KodrAus committed Mar 16, 2023
1 parent af44dcc commit 11de329
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "bitflags"
# NB: When modifying, also modify:
# 1. html_root_url in lib.rs
# 2. number in readme (for breaking changes)
version = "2.0.0"
version = "2.0.1"
edition = "2021"
rust-version = "1.56.0"
authors = ["The Rust Project Developers"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
bitflags = "2.0.0"
bitflags = "2.0.1"
```

and this to your source code:
Expand Down

0 comments on commit 11de329

Please sign in to comment.