Skip to content

Commit

Permalink
update rust-openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Feb 6, 2025
1 parent a1a199d commit e4f9bc4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ asn1 = { version = "0.20.0", default-features = false }
pyo3 = { version = "0.23.4", features = ["abi3"] }
# openssl = "0.10.70"
# openssl-sys = "0.9.104"
openssl = { git = "https://github.com/alex/rust-openssl", branch = "rc2" }
openssl-sys = { git = "https://github.com/alex/rust-openssl", branch = "rc2" }
openssl = { git = "https://github.com/sfackler/rust-openssl" }
openssl-sys = { git = "https://github.com/sfackler/rust-openssl" }

[profile.release]
overflow-checks = true

0 comments on commit e4f9bc4

Please sign in to comment.