From: Ummon <greg.burri@gmail.com>
Date: Sat, 15 Nov 2014 09:14:45 +0000 (+0100)
Subject: Define a commit for the open-ssl dependency.
X-Git-Url: https://git.euphorik.ch/?a=commitdiff_plain;h=e389f9aabe1585c2e5111e4bf874e7dbc29935b3;p=crypto_lab1.git

Define a commit for the open-ssl dependency.
---

diff --git a/lab1_rust/Cargo.lock b/lab1_rust/Cargo.lock
index bec944f..38e35bb 100644
--- a/lab1_rust/Cargo.lock
+++ b/lab1_rust/Cargo.lock
@@ -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"
 
diff --git a/lab1_rust/Cargo.toml b/lab1_rust/Cargo.toml
index a9ce35a..1d1bc05 100644
--- a/lab1_rust/Cargo.toml
+++ b/lab1_rust/Cargo.toml
@@ -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"