diff options
author | 2024-09-18 21:12:50 +0200 | |
---|---|---|
committer | 2024-09-18 21:12:50 +0200 | |
commit | 14353c285f4e65bd58e7d109a6dc7d598dd9cb65 (patch) | |
tree | f93493c45d5ae9e14e60a9f4d68aa1aa677809a3 /.github | |
parent | cfe912cbc32772fb9549c1f17fce202f3eb2ad99 (diff) | |
download | iced-14353c285f4e65bd58e7d109a6dc7d598dd9cb65.tar.gz iced-14353c285f4e65bd58e7d109a6dc7d598dd9cb65.tar.bz2 iced-14353c285f4e65bd58e7d109a6dc7d598dd9cb65.zip |
Bump MSRV to `1.77`
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d75c59ea..225b3d92 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] - rust: [stable, beta, 1.75] + rust: [stable, beta, 1.77] steps: - uses: hecrj/setup-rust-action@v2 with: |