Skip to content

Commit 79ee0a5

Browse files
bors[bot]asomers
andauthored
Merge #1607
1607: Relax the bitflags dependency from 1.3.1 to 1.1 r=rtzoeller a=asomers Fixes #1555 Co-authored-by: Alan Somers <[email protected]>
2 parents 5197647 + 178ea09 commit 79ee0a5

File tree

3 files changed

+77
-16
lines changed

3 files changed

+77
-16
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ This project adheres to [Semantic Versioning](https://semver.org/).
77

88
### Added
99
### Changed
10+
11+
- Relaxed the bitflags requirement from 1.3.1 to 1.1. This partially reverts
12+
#1492. From now on, the MSRV is not guaranteed to work with all versions of
13+
all dependencies, just with some version of all dependencies.
14+
(#[1607](https://github.com/nix-rust/nix/pull/1607))
15+
1016
### Fixed
1117

1218
- Fixed soundness issues in `FdSet::insert`, `FdSet::remove`, and

Cargo.lock.msrv

Lines changed: 70 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

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

2828
[dependencies]
2929
libc = { version = "0.2.102", features = [ "extra_traits" ] }
30-
bitflags = "1.3.1"
30+
bitflags = "1.1"
3131
cfg-if = "1.0"
3232

3333
[target.'cfg(not(target_os = "redox"))'.dependencies]

0 commit comments

Comments
 (0)