Skip to content

Commit 5c20c0b

Browse files
committed
Update minimum supported Rust version to 1.75
1 parent 45ae506 commit 5c20c0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ When reporting an issue, in order to help the maintainers understand what the pr
1111

1212
When making a code contribution to AccessKit, before opening your pull request please make sure that:
1313

14-
- your patch builds with AccessKit's minimal supported Rust version (currently Rust 1.70)
14+
- your patch builds with AccessKit's minimal supported Rust version (currently Rust 1.75)
1515
- you added tests where applicable
1616
- you tested your modifications on all impacted platforms (see below)
1717
- you updated any relevant documentation

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "Python bindings to the AccessKit library"
77
readme = "README.md"
88
publish = false
99
edition = "2021"
10-
rust-version = "1.70"
10+
rust-version = "1.75"
1111

1212
[lib]
1313
name = "accesskit"

0 commit comments

Comments
 (0)