Skip to content

Commit d973d59

Browse files
committed
fix msrv ci
1 parent d7afd60 commit d973d59

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
@@ -77,7 +77,7 @@ jobs:
7777
run: cargo install cargo-hack --version=0.5.21
7878

7979
- name: workaround MSRV issues
80-
if: matrix.version == 'stable'
80+
if: matrix.version == '1.59.0'
8181
run: |
8282
cargo install cargo-edit --version=0.8.0
8383
cargo add [email protected] --dev -p=actix-tls

0 commit comments

Comments
 (0)