Skip to content

Commit 236c121

Browse files
Fix CI/CD to work with rust 1.68.2
1 parent 4263fe1 commit 236c121

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
@@ -60,7 +60,7 @@ jobs:
6060
strategy:
6161
matrix:
6262
rust:
63-
- 1.63.0
63+
- 1.68.2
6464

6565
steps:
6666
- name: Checkout sources
@@ -74,7 +74,7 @@ jobs:
7474
- name: Install dependencies
7575
run: sudo apt-get install libssl-dev
7676

77-
- name: Disable env_logger dev-dependency (cargo 1.63 workaround)
77+
- name: Disable env_logger dev-dependency (cargo 1.68.2 workaround)
7878
run: sed -i 's/env_logger/#env_logger/' Cargo.toml
7979

8080
- name: Check

0 commit comments

Comments
 (0)