Bump MSRV to 1.60 (#2453)

This commit is contained in:
Mads Marquart
2022-09-02 10:59:05 +02:00
committed by GitHub
parent 1ca8b65e85
commit e0018d0710
5 changed files with 6 additions and 5 deletions

View File

@@ -8,6 +8,7 @@ And please only add new entries to the top of this list, right below the `# Unre
# Unreleased
- **Breaking:** Bump MSRV from `1.57` to `1.60`.
- **Breaking:** Split the `platform::unix` module into `platform::x11` and `platform::wayland`. The extension types are similarly renamed.
- **Breaking:**: Removed deprecated method `platform::unix::WindowExtUnix::is_ready`.
- Removed `parking_lot` dependency.