summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2025-01-27 00:59:17 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2025-01-27 00:59:17 +0100
commitd9a454ac4d60a259931f13e844680b2fcd18853b (patch)
tree8a658b9c5e3479bdf140fd06cdde72bd7491c4b2 /.github
parentc6da74702e66e5cdea404d4ade8876b6339a7320 (diff)
downloadiced-d9a454ac4d60a259931f13e844680b2fcd18853b.tar.gz
iced-d9a454ac4d60a259931f13e844680b2fcd18853b.tar.bz2
iced-d9a454ac4d60a259931f13e844680b2fcd18853b.zip
Bump MSRV to `1.82`
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 517bd23f..04e674bf 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.81"]
+ rust: [stable, beta, "1.82"]
steps:
- uses: hecrj/setup-rust-action@v2
with: