Skip to content

Commit

Permalink
Bumped MSRV to 1.71
Browse files Browse the repository at this point in the history
  • Loading branch information
pentamassiv committed Jan 29, 2024
1 parent 004c801 commit f251729
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
rust:
- stable
- nightly
- "1.65.0"
- "1.71.0"
platform:
- ubuntu-latest
- windows-latest
Expand Down
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [
"Dustin Bensing <dustin.bensing@googlemail.com>",
]
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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f251729

Please sign in to comment.