Skip to content

Commit eafc5dd

Browse files
committed
Update MSRV in CI
1 parent 28d821a commit eafc5dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
# All published crates must build on stable.
21-
rust: [stable, beta, 1.63.0]
21+
rust: [stable, beta, 1.69.0]
2222

2323
# The default target we're compiling on and for.
2424
TARGET: [x86_64-unknown-linux-gnu, x86_64-unknown-linux-musl]

0 commit comments

Comments
 (0)