Skip to content

Commit

Permalink
Merge #1172
Browse files Browse the repository at this point in the history
1172: Bitflags 1.1 r=asomers a=asomers



Co-authored-by: Alan Somers <asomers@gmail.com>
  • Loading branch information
bors[bot] and asomers committed Dec 24, 2019
2 parents 6793d1e + 985f55a commit 1e39a28
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

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

## [0.16.1] - 23 December 2019
### Added
### Changed
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -17,7 +17,7 @@ exclude = [

[dependencies]
libc = { version = "0.2.60", features = [ "extra_traits" ] }
bitflags = "1.0"
bitflags = "1.1"
cfg-if = "0.1.2"
void = "1.0.2"

Expand Down

0 comments on commit 1e39a28

Please sign in to comment.