Use official rust-openssl repo
The change I need is merged, but not released
This commit is contained in:
parent
fe08910831
commit
89bf419067
3 changed files with 4 additions and 6 deletions
|
@ -2,12 +2,11 @@
|
|||
name = "umskt"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
crate-type = ["lib"]
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.71"
|
||||
bitreader = "0.3.7"
|
||||
openssl = { git = "https://github.com/anpage/rust-openssl.git" }
|
||||
openssl = { git = "https://github.com/sfackler/rust-openssl" }
|
||||
thiserror = "1.0.40"
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue