diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 33594e5..815134a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ When reporting an issue, in order to help the maintainers understand what the pr When making a code contribution to AccessKit, before opening your pull request please make sure that: -- your patch builds with AccessKit's minimal supported Rust version (currently Rust 1.75) +- your patch builds with AccessKit's minimal supported Rust version (currently Rust 1.77.2) - you added tests where applicable - you tested your modifications on all impacted platforms (see below) - you updated any relevant documentation diff --git a/Cargo.toml b/Cargo.toml index db8318b..e5b00c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ description = "Python bindings to the AccessKit library" readme = "README.md" publish = false edition = "2021" -rust-version = "1.75" +rust-version = "1.77.2" [lib] name = "accesskit"