From f1f522df90e4af23f442067e269463710193148d Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 9 Apr 2019 00:06:18 -0400 Subject: get this compiling again --- Cargo.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f18ef09..9246928 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,8 @@ name = "matasano" version = "0.0.1" authors = ["Jesse Luehrs "] +edition = "2018" +autotests = false [[test]] name = "set1" @@ -21,6 +23,7 @@ path = "tests/set4.rs" [dependencies] rustc-serialize = "0.3" -openssl = "0.6" -rand = "0.3" +openssl = "0.10" +rand = "0.6" +rand_core = "0.4" time = "0.1" -- cgit v1.2.3-54-g00ecf