Skip to content

Commit 1e39a28

Browse files
bors[bot]asomers
andauthored
Merge #1172
1172: Bitflags 1.1 r=asomers a=asomers Co-authored-by: Alan Somers <[email protected]>
2 parents 6793d1e + 985f55a commit 1e39a28

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55

6+
## [Unreleased] - ReleaseDate
7+
### Added
8+
### Changed
9+
### Fixed
10+
### Removed
11+
612
## [0.16.1] - 23 December 2019
713
### Added
814
### Changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ exclude = [
1717

1818
[dependencies]
1919
libc = { version = "0.2.60", features = [ "extra_traits" ] }
20-
bitflags = "1.0"
20+
bitflags = "1.1"
2121
cfg-if = "0.1.2"
2222
void = "1.0.2"
2323

0 commit comments

Comments
 (0)