diff options
author | Paul Osborne <osbpau@gmail.com> | 2016-10-24 11:50:21 -0500 |
---|---|---|
committer | Paul Osborne <osbpau@gmail.com> | 2016-10-24 11:55:01 -0500 |
commit | 914e3ba35e48997776be7aa8758c58f30023e24d (patch) | |
tree | 3dc8d70f2df95da301ca67ee012d91bf1ff445e4 /CHANGELOG.md | |
parent | 001fecb1c4bc73689f65c70c6e5703a7cdf666b6 (diff) | |
download | nix-914e3ba35e48997776be7aa8758c58f30023e24d.zip |
ci: drop official support for rustc < 1.7.0
Supporting older verisons of rust is causing CI to fail and is
a somewhat constant support burden with questionable value. 1.7.0
is the oldest I have seen that people have had a requirement on
supporting in recent history.
It may make sense to work toward a more official policy on
what version of rust we will support in the future. Users of
older version of rust are, of course, welcome to use older versions
of nix and everything else in the ecosystem.
Signed-off-by: Paul Osborne <osbpau@gmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 56d4828f..a6f5b0fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). ([#410](https://github.com/nix-rust/nix/pull/410)) ### Changed +- The minimum supported version of rustc is now 1.7.0. + ([#444](https://github.com/nix-rust/nix/pull/444)) - Changed `KEvent` to an opaque structure that may only be modified by its constructor and the `ev_set` method. ([#415](https://github.com/nix-rust/nix/pull/415)) |