diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c6dd0707..3ed616a1 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -19,7 +19,7 @@ jobs: rust: - stable - nightly - - "1.65.0" + - "1.71.0" platform: - ubuntu-latest - windows-latest diff --git a/CHANGES.md b/CHANGES.md index 688c3fe0..3486c088 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,7 +2,7 @@ ## Changed - All: A new Enigo struct is now always created with some settings -- Rust: MSRV is 1.65 +- Rust: MSRV is 1.71 - All held keys are released when Enigo is dropped - win: Don't panic if it was not possible to move the mouse - All: Never panic! All functions return Results now diff --git a/Cargo.toml b/Cargo.toml index 4a965dcd..378691c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ authors = [ "Dustin Bensing ", ] edition = "2021" -rust-version = "1.65" +rust-version = "1.71" description = "Cross-platform (Linux, Windows & macOS) library to simulate keyboard and mouse events" documentation = "https://docs.rs/enigo/" homepage = "https://github.com/enigo-rs/enigo" diff --git a/README.md b/README.md index 4cf078bd..2636db55 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Docs](https://docs.rs/enigo/badge.svg)](https://docs.rs/enigo) [![Dependency status](https://deps.rs/repo/github/enigo-rs/enigo/status.svg)](https://deps.rs/repo/github/enigo-rs/enigo) -![Rust version](https://img.shields.io/badge/rust--version-1.65+-brightgreen.svg) +![Rust version](https://img.shields.io/badge/rust--version-1.71+-brightgreen.svg) [![Crates.io](https://img.shields.io/crates/v/enigo.svg)](https://crates.io/crates/enigo) # enigo