Skip to content

Commit 97f6ec5

Browse files
committed
Lock bitflags to < 1.3.0 to fix the build with rust < 1.46.0
Issue #1491
1 parent 4c70217 commit 97f6ec5

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
5+
This project adheres to [Semantic Versioning](https://semver.org/).
6+
7+
## [Unreleased] - ReleaseDate
8+
### Added
9+
### Changed
10+
### Fixed
11+
12+
- Locked bitflags to < 1.3.0 to fix the build with rust < 1.46.0.
13+
14+
### Removed
515

616
## [0.20.0] - 20 February 2021
717
### Added

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ targets = [
3232

3333
[dependencies]
3434
libc = { version = "0.2.82", features = [ "extra_traits" ] }
35-
bitflags = "1.1"
35+
bitflags = ">= 1.1.0, < 1.3.0"
3636
cfg-if = "1.0"
3737

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

0 commit comments

Comments
 (0)