Skip to content

Commit 3ebf7a4

Browse files
committed
Bump min Rust version in CI
1 parent b3c7d20 commit 3ebf7a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions-rs/toolchain@v1
2424
with:
2525
profile: minimal
26-
toolchain: "1.39.0"
26+
toolchain: "1.69.0"
2727
default: true
2828

2929
- run: cargo test
@@ -38,4 +38,4 @@ jobs:
3838
run: |
3939
cargo install cross
4040
cross build --target aarch64-apple-ios
41-
if: matrix.os == 'macos-latest'
41+
if: matrix.os == 'macos-latest'

0 commit comments

Comments
 (0)