diff --git a/.travis.yml b/.travis.yml index 7e66075f..4b3bd827 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,11 +29,11 @@ jobs: os: osx - stage: check minimum version - rust: 1.26.1 + rust: 1.32.0 os: linux - - rust: 1.26.1 + - rust: 1.32.0 os: windows - - rust: 1.26.1 + - rust: 1.32.0 os: osx - stage: check nightlies diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a57c8b0..10b252f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 5.0.0 (future) +- RUSTC: New minimum version is 1.32.0 [#201] - FIX: Implement `Sync` for PollWatcher to support FreeBSD. [#197] - FEATURE: Add new runtime configuration system. - FEATURE: Add `Ongoing` events (optional, configured at runtime). [#146], [#183] @@ -14,7 +15,7 @@ - CHANGE: Make `Notice` events opt-in. - DEPS: \[Linux\] Upgrade inotify to 0.7. [#184] - DEPS: \[macOS\] Upgrade fsevent to 0.4. [#195] -- DEPS: Peg filetime to 1.2.5 to maintain rustc 1.26.1 compatibility. [#200] +- DEPS: Upgrade filetime to 0.2.6. - META: Rename `v4-legacy` branch to `main`, to further clarify status and prepare for a breaking release. - DOCS: Change `v5` to `Next Generation Notify` to allow for a breaking release. - DOCS: Add rust-analyzer to Readme showcase. @@ -31,7 +32,7 @@ [#187]: https://github.com/passcod/notify/issues/187 [#195]: https://github.com/passcod/notify/issues/195 [#197]: https://github.com/passcod/notify/issues/197 -[#200]: https://github.com/passcod/notify/issues/200 +[#201]: https://github.com/passcod/notify/issues/201 [`2a035c86`]: https://github.com/passcod/notify/commit/2a035c86c5f12aeee635a827c1f458211ca923ca ## 4.0.12 (2019-05-22) diff --git a/Cargo.toml b/Cargo.toml index 4480bf32..e227faf2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ maintenance = { status = "passively-maintained" } anymap = "0.12.1" bitflags = "^1.0.4" crossbeam-channel = "0.3.8" -filetime = "=0.2.5" +filetime = "0.2.6" libc = "^0.2.4" serde = { version = "1.0.89", features = ["derive"], optional = true } walkdir = "^2.0.1" diff --git a/README.md b/README.md index 6d9ad693..1efdabd6 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ _Cross-platform filesystem notification library for Rust._ - [Crate page][crate] - [Changelog][changelog] - **[Upgrading from 4.0](https://github.com/passcod/notify/wiki/Upgrading-from-4.0-to-5.0)** -- Earliest supported Rust version: **1.26.1** +- Earliest supported Rust version: **1.32.0** As used by: [alacritty], [cargo watch], [cobalt], [docket], [handlebars-iron], [mdBook], [pax], [rdiff], [rust-analyzer], [timetrack], [watchexec],