From 3b18b61273cd5b40c3e23dc7944739daed7bd128 Mon Sep 17 00:00:00 2001 From: Mattrixwv Date: Sat, 3 Oct 2020 13:17:12 -0400 Subject: [PATCH] Updated libraries --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6a29c84..1f76802 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,5 +7,5 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -num = "0.2.1" +num = "0.3.0" assert_approx_eq = "1.1.0"