From ffb2e54d0b8a49a404e5dabfee63fa8a755c83b7 Mon Sep 17 00:00:00 2001 From: Jose Quintana Date: Fri, 30 Jul 2021 08:18:42 +0200 Subject: [PATCH] refactor: update rust stable to 1.54.0 on ci --- .github/workflows/devel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/devel.yml b/.github/workflows/devel.yml index 58cf128..d99b882 100644 --- a/.github/workflows/devel.yml +++ b/.github/workflows/devel.yml @@ -46,7 +46,7 @@ jobs: # Specific Rust channels - build: pinned os: ubuntu-20.04 - rust: 1.53.0 + rust: 1.54.0 - build: stable os: ubuntu-20.04 rust: stable -- libgit2 1.7.2