X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=lab1_rust%2FCargo.toml;h=1d1bc05d8bd61fa3136bd0ec8a6e604b27abf7f9;hb=e389f9aabe1585c2e5111e4bf874e7dbc29935b3;hp=3f218e2e5cd1ea7513f39107044f383b8b2887d6;hpb=ecdec5bf7022018eadf4a38b01890bbb3ab79c89;p=crypto_lab1.git diff --git a/lab1_rust/Cargo.toml b/lab1_rust/Cargo.toml index 3f218e2..1d1bc05 100644 --- a/lab1_rust/Cargo.toml +++ b/lab1_rust/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "lab1_rust" -version = "0.0.1" +version = "0.0.2" authors = ["Ummon "] @@ -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"