summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-12-17 01:41:09 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-12-17 01:41:09 +0100
commitb22a847668f3b59e1de77c2beee03134795f9380 (patch)
tree8258dd0e08ee024f73e7a8e23175da66120a14d6 /.github
parent869b44db4ec8c946c8e5eab2498bbc3a501418b1 (diff)
downloadiced-b22a847668f3b59e1de77c2beee03134795f9380.tar.gz
iced-b22a847668f3b59e1de77c2beee03134795f9380.tar.bz2
iced-b22a847668f3b59e1de77c2beee03134795f9380.zip
Bump MSRV to `1.81`
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 ea941509..517bd23f 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.80"]
+ rust: [stable, beta, "1.81"]
steps:
- uses: hecrj/setup-rust-action@v2
with: