Define a commit for the open-ssl dependency.
authorUmmon <greg.burri@gmail.com>
Sat, 15 Nov 2014 09:14:45 +0000 (10:14 +0100)
committerUmmon <greg.burri@gmail.com>
Sat, 15 Nov 2014 09:14:45 +0000 (10:14 +0100)
lab1_rust/Cargo.lock
lab1_rust/Cargo.toml

index bec944f..38e35bb 100644 (file)
@@ -2,11 +2,11 @@
 name = "lab1_rust"
 version = "0.0.2"
 dependencies = [
- "openssl 0.0.0 (git+https://github.com/sfackler/rust-openssl.git#766ce4b7785c0b038bee95b74564e5b9bf7e9a4b)",
+ "openssl 0.0.1 (git+https://github.com/sfackler/rust-openssl.git?ref=1f1c30dd3a577b301bb85bf95f964227f84d73fd#1f1c30dd3a577b301bb85bf95f964227f84d73fd)",
 ]
 
 [[package]]
 name = "openssl"
-version = "0.0.0"
-source = "git+https://github.com/sfackler/rust-openssl.git#766ce4b7785c0b038bee95b74564e5b9bf7e9a4b"
+version = "0.0.1"
+source = "git+https://github.com/sfackler/rust-openssl.git?ref=1f1c30dd3a577b301bb85bf95f964227f84d73fd#1f1c30dd3a577b301bb85bf95f964227f84d73fd"
 
index a9ce35a..1d1bc05 100644 (file)
@@ -11,5 +11,5 @@ name = "lab1_rust"
 
 
 [dependencies.openssl]
-
-git = "https://github.com/sfackler/rust-openssl.git"
\ No newline at end of file
+git = "https://github.com/sfackler/rust-openssl.git"
+rev = "1f1c30dd3a577b301bb85bf95f964227f84d73fd"