From 5d9a608905a83c3914713599c4a81628334e9fbf Mon Sep 17 00:00:00 2001 From: Richard Diamond Date: Sun, 9 Nov 2014 23:11:19 -0600 Subject: [PATCH 1/2] Switch to PNaCl/NaCl fork of rust-openssl. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 511d2b0..2a2a30e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ name = "http" path = "src/http/lib.rs" [dependencies.openssl] -git = "https://github.com/sfackler/rust-openssl.git" +git = "https://github.com/DiamondLovesYou/rust-openssl.git" [dependencies.url] git = "https://github.com/servo/rust-url" From f2b4b880dea7400deb6790f334059bc485a63820 Mon Sep 17 00:00:00 2001 From: Richard Diamond Date: Sat, 6 Dec 2014 04:07:32 -0600 Subject: [PATCH 2/2] Use crates.io. --- Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 311ac53..90b3b2d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] -name = "http" -version = "0.1.0-pre" +name = "old-http" +version = "0.1.1-pre" authors = ["Chris Morgan "] description = "Obsolete HTTP library" -#documentation = -#homepage = +#documentation = +#homepage = repository = "https://github.com/chris-morgan/rust-http" readme = "README.rst" keywords = ["web", "http", "library"] @@ -20,11 +20,11 @@ name = "http" path = "src/http/lib.rs" [dependencies.openssl] -git = "https://github.com/DiamondLovesYou/rust-openssl.git" +version = "0.2" optional = true [dependencies.url] -git = "https://github.com/servo/rust-url" +version = "0.2" [dependencies.time] -git = "https://github.com/rust-lang/time" +version = "0.1"