Bump MSRV to 1.47

This commit is contained in:
Taiki Endo 2022-08-21 21:09:41 +09:00
parent d32e79b5dd
commit e0daa5b327
3 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
msrv = "1.34"
msrv = "1.47"

View File

@ -85,7 +85,7 @@ jobs:
matrix:
# When updating this, the reminder to update the minimum supported
# Rust version in Cargo.toml and .clippy.toml.
rust: ['1.34']
rust: ['1.47']
steps:
- uses: actions/checkout@v3
- name: Install Rust

View File

@ -6,7 +6,7 @@ name = "polling"
version = "2.3.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
rust-version = "1.34"
rust-version = "1.47"
description = "Portable interface to epoll, kqueue, event ports, and wepoll"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/smol-rs/polling"