We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a9cce2 + c31df3c commit de0ec28Copy full SHA for de0ec28
3 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
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
8
# 2.9.3
9
10
## What's Changed
Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "bitflags"
# NB: When modifying, also modify the number in readme (for breaking changes)
-version = "2.9.3"
+version = "2.9.4"
edition = "2021"
rust-version = "1.56.0"
authors = ["The Rust Project Developers"]
README.md
@@ -28,7 +28,7 @@ Add this to your `Cargo.toml`:
28
29
```toml
30
[dependencies]
31
-bitflags = "2.9.3"
+bitflags = "2.9.4"
32
```
33
34
and this to your source code:
0 commit comments