We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6793d1e + 985f55a commit 1e39a28Copy full SHA for 1e39a28
CHANGELOG.md
@@ -3,6 +3,12 @@
3
All notable changes to this project will be documented in this file.
4
This project adheres to [Semantic Versioning](http://semver.org/).
5
6
+## [Unreleased] - ReleaseDate
7
+### Added
8
+### Changed
9
+### Fixed
10
+### Removed
11
+
12
## [0.16.1] - 23 December 2019
13
### Added
14
### Changed
Cargo.toml
@@ -17,7 +17,7 @@ exclude = [
17
18
[dependencies]
19
libc = { version = "0.2.60", features = [ "extra_traits" ] }
20
-bitflags = "1.0"
+bitflags = "1.1"
21
cfg-if = "0.1.2"
22
void = "1.0.2"
23
0 commit comments