From 6e7f466c68b387f41726757eed4f3e70d05479d2 Mon Sep 17 00:00:00 2001 From: Kirill Chibisov Date: Tue, 16 May 2023 09:35:25 +0300 Subject: Update patch dependencies --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d4dc9ad..492e0f2e 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.60.0 + rustup default 1.65.0 cargo test - name: Clippy run: | -- cgit v1.2.3-54-g00ecf