summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-09-18 21:51:19 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-09-18 21:52:40 +0200
commit15e6c949d73fa43285ad713c5abe32355823956f (patch)
tree65a131f57adfb1bf6b528743dab23094ebd578e0 /.github
parent71af846c6d0feab483a2b4e8bcd49a2ccc31f478 (diff)
downloadiced-15e6c949d73fa43285ad713c5abe32355823956f.tar.gz
iced-15e6c949d73fa43285ad713c5abe32355823956f.tar.bz2
iced-15e6c949d73fa43285ad713c5abe32355823956f.zip
Bump MSRV to `1.80`
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 225b3d92..ea941509 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.77]
+ rust: [stable, beta, "1.80"]
steps:
- uses: hecrj/setup-rust-action@v2
with: