Skip to content

Commit

Permalink
fix(ci): downgrade openssl-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Oct 20, 2024
1 parent 16e4e7b commit 3a3c2d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/covector-version-or-publish-v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ jobs:
cargo update -p mac-notification-sys --precise 0.6.1
cargo update -p security-framework-sys --precise 2.11.1
cargo update -p openssl --precise 0.10.66
cargo update -p openssl-sys --precise 0.9.103
- name: Downgrade crates with MSRV conflict (bundler)
# This is for the bundler but since cli depends on the bundler we enable it for the cli too
Expand Down

0 comments on commit 3a3c2d0

Please sign in to comment.