From 4c6a763850a5dec0fa34d15e356dcba19875690a Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Fri, 3 Dec 2021 06:50:14 +0300 Subject: Bump glutin to 0.28.0 Fixes #5603. Fixes #5422. Fixes #5350. Fixes #4105. Co-authored-by: Christian Duerr --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0b713cb..65e8f277 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: run: cargo test - name: Oldstable run: | - rustup default 1.46.0 + rustup default 1.53.0 cargo test - name: Clippy run: | -- cgit