Skip to content

Commit

Permalink
Use rustls and sct.rs on github.com/mesalock-linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiming Jing committed Apr 3, 2018
1 parent c2f6d6e commit a8297cc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 14 deletions.
8 changes: 0 additions & 8 deletions .gitmodules

This file was deleted.

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ nightly = []


[dependencies]
rustls = { version = "0.12.0", default-features = false }
rustls = { git = "https://github.com/mesalock-linux/mesalink", branch = "mesalink", default-features = false }
ring = { version = "0.13.0-alpha", features = ["rsa_signing", ] }
webpki = "0.18.0-alpha"
webpki-roots = "0.14.0"
Expand All @@ -46,9 +46,6 @@ enum_to_str_derive = { git = "https://github.com/kevinis/enum_to_str_derive.git"
log = "0.4"
env_logger = "0.4.2"

[patch.crates-io]
rustls = { path = "./rustls" }

[profile.release]
lto = true
panic = "unwind"
Expand Down
1 change: 0 additions & 1 deletion rustls
Submodule rustls deleted from 5ef4f5
1 change: 0 additions & 1 deletion sct
Submodule sct deleted from 3d77a2

0 comments on commit a8297cc

Please sign in to comment.