From 73ada659e3529bd4a0d9263e52a2c27dbd862ca5 Mon Sep 17 00:00:00 2001 From: Alvin Pan <30609374+alfaevc@users.noreply.github.com> Date: Fri, 10 Jul 2020 13:09:44 -0400 Subject: [PATCH] Update Cargo.toml I think we should use the latest rand library. By Alvin Pan, contact email is qpan@andrew.cmu.edu --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5502be8f..8ed25743 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,5 +17,5 @@ datasets = [] [dependencies] num = { version = "0.1.41", default-features = false } -rand = "0.4.1" +rand = "0.7.3" rulinalg = { git = "https://github.com/AtheMathmo/rulinalg", rev = "1ed8b937" }