Skip to content

Commit

Permalink
replace wildcard version of openssl-sys with specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
hermannm committed Apr 20, 2023
1 parent 2f732a3 commit bc9320a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ exclude = ["cross-compile.sh"]
anyhow = "1.0.70"
crossterm = "0.26.1"
git2 = "0.17.1"
openssl-sys = { version = "*", features = ["vendored"] }
openssl-sys = { version = "0.9.85", features = ["vendored"] }
ratatui = "0.20.1"

0 comments on commit bc9320a

Please sign in to comment.