We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36d8e8b commit 5d200f6Copy full SHA for 5d200f6
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
strategy:
19
matrix:
20
# All published crates must build on stable.
21
- rust: [stable, beta, 1.56.1]
+ rust: [stable, beta, 1.63.0]
22
23
# The default target we're compiling on and for.
24
TARGET: [x86_64-unknown-linux-gnu, x86_64-unknown-linux-musl]
0 commit comments