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]