From afdd1c1dbf0e93b66f544a0a4d62af24dd9d750f Mon Sep 17 00:00:00 2001 From: Mattrixwv Date: Wed, 10 Feb 2021 11:47:11 -0500 Subject: [PATCH] Updated dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c2c2e40..9edccb0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,4 @@ edition = "2018" [dependencies] myClasses = {path = "../../Rust/RustClasses"} -num = "0.3.0" +num = "0.3.1"