File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
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
5
15
6
16
## [ 0.20.0] - 20 February 2021
7
17
### Added
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ targets = [
32
32
33
33
[dependencies ]
34
34
libc = { version = " 0.2.82" , features = [ " extra_traits" ] }
35
- bitflags = " 1.1"
35
+ bitflags = " >= 1.1.0, < 1.3.0 "
36
36
cfg-if = " 1.0"
37
37
38
38
[target .'cfg(target_os = "dragonfly")' .build-dependencies ]
You can’t perform that action at this time.
0 commit comments