Skip to content

Commit

Permalink
Use git dependency for openssl crate
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Dec 27, 2021
1 parent a58cf7f commit a04b63f
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
17 changes: 13 additions & 4 deletions src/rust/Cargo.lock

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

4 changes: 4 additions & 0 deletions src/rust/Cargo.toml
Expand Up @@ -29,3 +29,7 @@ crate-type = ["cdylib"]
[profile.release]
lto = "thin"
overflow-checks = true

[patch.crates-io]
openssl-sys = { git = "https://github.com/sfackler/rust-openssl.git" }
openssl = { git = "https://github.com/sfackler/rust-openssl.git" }

0 comments on commit a04b63f

Please sign in to comment.