File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ # 2.9.4
2+
3+ ## What's Changed
4+ * Add Cargo features to readme by @KodrAus in https://github.com/bitflags/bitflags/pull/460
5+
6+ ** Full Changelog** : https://github.com/bitflags/bitflags/compare/2.9.3...2.9.4
7+
18# 2.9.3
29
310## What's Changed
Original file line number Diff line number Diff line change 11[package ]
22name = " bitflags"
33# NB: When modifying, also modify the number in readme (for breaking changes)
4- version = " 2.9.3 "
4+ version = " 2.9.4 "
55edition = " 2021"
66rust-version = " 1.56.0"
77authors = [" The Rust Project Developers" ]
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Add this to your `Cargo.toml`:
2828
2929``` toml
3030[dependencies ]
31- bitflags = " 2.9.3 "
31+ bitflags = " 2.9.4 "
3232```
3333
3434and this to your source code:
You can’t perform that action at this time.
0 commit comments