Skip to content

Commit

Permalink
I don't need another place to forget updating the version.
Browse files Browse the repository at this point in the history
  • Loading branch information
meithecatte committed Feb 24, 2021
1 parent 30e5ba5 commit 0c5b3ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "enumflags2"
version = "0.7.0"
version = "0.7.1"
authors = ["maik klein <[email protected]>", "Jakub \"NieDżejkob\" Kądziołka <[email protected]>"]
description = "Enum-based bit flags"
license = "MIT OR Apache-2.0"
Expand Down
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,6 @@
with `#[bitflags]`, and `BitFlags<YourEnum>` will be able to hold arbitrary combinations
of your enum within the space of a single integer.

## Usage

In your `Cargo.toml`:
```Toml
[dependencies]
enumflags2 = "^0.6"
```

## Features

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

0 comments on commit 0c5b3ff

Please sign in to comment.