summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-09-18 21:12:50 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-09-18 21:12:50 +0200
commit14353c285f4e65bd58e7d109a6dc7d598dd9cb65 (patch)
treef93493c45d5ae9e14e60a9f4d68aa1aa677809a3 /.github
parentcfe912cbc32772fb9549c1f17fce202f3eb2ad99 (diff)
downloadiced-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.yml2
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: