partially vendor ring for stability

This commit is contained in:
Joseph Birr-Pixton 2016-07-10 11:00:14 +01:00
parent d90ac8bbc9
commit 3c9e73e74d
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ repository = "https://github.com/ctz/rustls"
[dependencies]
untrusted = "0.2.0"
ring = { version = "0.1.0", git = "https://github.com/briansmith/ring", features = ["rsa_signing"] }
ring = { version = "0.1.0", git = "https://github.com/ctz/ring", features = ["rsa_signing"] }
# pointed at my fork for the moment
webpki = { version = "0.1.0", git = "https://github.com/ctz/webpki" }