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
+
1
8
# 2.9.3
2
9
3
10
## What's Changed
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bitflags"
3
3
# NB: When modifying, also modify the number in readme (for breaking changes)
4
- version = " 2.9.3 "
4
+ version = " 2.9.4 "
5
5
edition = " 2021"
6
6
rust-version = " 1.56.0"
7
7
authors = [" The Rust Project Developers" ]
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Add this to your `Cargo.toml`:
28
28
29
29
``` toml
30
30
[dependencies ]
31
- bitflags = " 2.9.3 "
31
+ bitflags = " 2.9.4 "
32
32
```
33
33
34
34
and this to your source code:
You can’t perform that action at this time.
0 commit comments