From 32488b8e0c093264ff74b0dd268e229ccadf47ac Mon Sep 17 00:00:00 2001 From: Alexander Stein Date: Fri, 10 Jan 2025 10:21:29 +0100 Subject: [PATCH] Update CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c8d446c4..8c2a1272b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: # All published crates must build on stable. - rust: [stable, beta, 1.56.1] + rust: [stable, beta, 1.63.0] # The default target we're compiling on and for. TARGET: [x86_64-unknown-linux-gnu, x86_64-unknown-linux-musl]