File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change
1
+ # 2.9.3
2
+
3
+ ## What's Changed
4
+ * Streamline generated code by @nnethercote in https://github.com/bitflags/bitflags/pull/458
5
+
6
+ ## New Contributors
7
+ * @nnethercote made their first contribution in https://github.com/bitflags/bitflags/pull/458
8
+
9
+ ** Full Changelog** : https://github.com/bitflags/bitflags/compare/2.9.2...2.9.3
10
+
1
11
# 2.9.2
2
12
3
13
## 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.2 "
4
+ version = " 2.9.3 "
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.2 "
31
+ bitflags = " 2.9.3 "
32
32
```
33
33
34
34
and this to your source code:
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Add `bitflags` to your `Cargo.toml`:
17
17
18
18
```toml
19
19
[dependencies.bitflags]
20
- version = "2.9.2 "
20
+ version = "2.9.3 "
21
21
```
22
22
23
23
## Crate features
You can’t perform that action at this time.
0 commit comments