Fixes the code to the new Rust nightly build changes.
[crypto_lab1.git] / lab1_rust / Cargo.toml
index 3f218e2..1f50cc1 100644 (file)
@@ -1,7 +1,7 @@
 [package]
 
 name = "lab1_rust"
-version = "0.0.1"
+version = "0.0.2"
 authors = ["Ummon <greg.burri@gmail.com>"]
 
 
@@ -11,5 +11,7 @@ name = "lab1_rust"
 
 
 [dependencies.openssl]
+git = "https://github.com/sfackler/rust-openssl.git"
+#git = "https://github.com/vhbit/rust-openssl.git"
 
-git = "https://github.com/sfackler/rust-openssl.git"
\ No newline at end of file
+#rev = "1f1c30dd3a577b301bb85bf95f964227f84d73fd"