diff options
author | 2025-01-27 01:27:26 +0100 | |
---|---|---|
committer | 2025-01-27 01:27:26 +0100 | |
commit | da1726b134ae084dd76b9e0a1107a771f69ed7c9 (patch) | |
tree | e107cea585febbf265105662b6fc564a23aaf845 /.github | |
parent | 3dc601415dc08bea4376cf92ecf7de3a0f0ba5ff (diff) | |
parent | 81f05f00c2f1a72567b057a8ace54860223b1248 (diff) | |
download | iced-da1726b134ae084dd76b9e0a1107a771f69ed7c9.tar.gz iced-da1726b134ae084dd76b9e0a1107a771f69ed7c9.tar.bz2 iced-da1726b134ae084dd76b9e0a1107a771f69ed7c9.zip |
Merge pull request #2749 from rhysd/const-from-rgb8
Make `Color::from_rgb8` and `Color::from_rgba8` const
Diffstat (limited to '')
-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: |