Skip to content

Commit 0c5b3ff

Browse files
committed
I don't need another place to forget updating the version.
1 parent 30e5ba5 commit 0c5b3ff

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "enumflags2"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
authors = ["maik klein <[email protected]>", "Jakub \"NieDżejkob\" Kądziołka <[email protected]>"]
55
description = "Enum-based bit flags"
66
license = "MIT OR Apache-2.0"

README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,6 @@
99
with `#[bitflags]`, and `BitFlags<YourEnum>` will be able to hold arbitrary combinations
1010
of your enum within the space of a single integer.
1111

12-
## Usage
13-
14-
In your `Cargo.toml`:
15-
```Toml
16-
[dependencies]
17-
enumflags2 = "^0.6"
18-
```
19-
2012
## Features
2113

2214
- [x] Uses enums to represent individual flags&mdash;a set of flags is a separate type from a single flag.

0 commit comments

Comments
 (0)