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 4c70217 commit 97f6ec5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
This project adheres to [Semantic Versioning](https://semver.org/).

## [Unreleased] - ReleaseDate
### Added
### Changed
### Fixed

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

### Removed

## [0.20.0] - 20 February 2021
### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ targets = [

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

[target.'cfg(target_os = "dragonfly")'.build-dependencies]
Expand Down

0 comments on commit 97f6ec5

Please sign in to comment.