Skip to content

Commit d5f1941

Browse files
char0313cwfitzgerald
authored andcommitted
Change msrv and ci
1 parent ac53905 commit d5f1941

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
RUST_BACKTRACE: 1
11-
RUST_VERSION: 1.59
11+
RUST_VERSION: 1.62
1212

1313
# We distinguish the following kinds of builds:
1414
# - local: build for the same target as we compile on, and do local tests

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ For an overview of all the components in the gfx-rs ecosystem, see [the big pict
3131

3232
### MSRV policy
3333

34-
Minimum Supported Rust Version is **1.59**.
34+
Minimum Supported Rust Version is **1.62**.
3535
It is enforced on CI (in "/.github/workflows/ci.yml") with `RUST_VERSION` variable.
3636
This version can only be upgraded in breaking releases.
3737

0 commit comments

Comments
 (0)