Skip to content

Commit

Permalink
Lock bitflags to < 1.3.0 to fix the build with rust < 1.46.0
Browse files Browse the repository at this point in the history
Issue #1491
  • Loading branch information
asomers committed Aug 14, 2021
1 parent db2af19 commit ac35061
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ This project adheres to [Semantic Versioning](https://semver.org/).
### Added
### Changed
### Fixed

- Locked bitflags to < 1.3.0 to fix the build with rust < 1.46.0.

### Removed

## [0.21.0] - 31 May 2021
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ targets = [

[dependencies]
libc = { version = "0.2.95", features = [ "extra_traits" ] }
bitflags = "1.1"
bitflags = ">= 1.1.0, < 1.3.0"
cfg-if = "1.0"

[target.'cfg(not(target_os = "redox"))'.dependencies]
Expand Down

0 comments on commit ac35061

Please sign in to comment.