We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4263fe1 commit 236c121Copy full SHA for 236c121
.github/workflows/ci.yml
@@ -60,7 +60,7 @@ jobs:
60
strategy:
61
matrix:
62
rust:
63
- - 1.63.0
+ - 1.68.2
64
65
steps:
66
- name: Checkout sources
@@ -74,7 +74,7 @@ jobs:
74
- name: Install dependencies
75
run: sudo apt-get install libssl-dev
76
77
- - name: Disable env_logger dev-dependency (cargo 1.63 workaround)
+ - name: Disable env_logger dev-dependency (cargo 1.68.2 workaround)
78
run: sed -i 's/env_logger/#env_logger/' Cargo.toml
79
80
- name: Check
0 commit comments