diff options
author | 2025-01-27 00:59:17 +0100 | |
---|---|---|
committer | 2025-01-27 00:59:17 +0100 | |
commit | d9a454ac4d60a259931f13e844680b2fcd18853b (patch) | |
tree | 8a658b9c5e3479bdf140fd06cdde72bd7491c4b2 /.github | |
parent | c6da74702e66e5cdea404d4ade8876b6339a7320 (diff) | |
download | iced-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.yml | 2 |
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: |