From 06d9d9ed08ecf8da40ad4d7ce703da06f0514b30 Mon Sep 17 00:00:00 2001 From: rezural <69941255+rezural@users.noreply.github.com> Date: Sun, 7 Mar 2021 04:47:01 +1100 Subject: [PATCH] use minus v3.3.0 (#3136) --- crates/nu-command/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml index 1c39b24cf..72c5a7170 100644 --- a/crates/nu-command/Cargo.toml +++ b/crates/nu-command/Cargo.toml @@ -63,7 +63,7 @@ itertools = "0.10.0" lazy_static = "1.*" log = "0.4.14" meval = "0.2.0" -minus = { optional = true, features = ["async_std_lib", "search"], git = "https://github.com/arijit79/minus", branch = "main" } +minus = { version = "3.3.0", optional = true, features = ["async_std_lib", "search"]} num-bigint = { version = "0.3.1", features = ["serde"] } num-format = { version = "0.4.0", features = ["with-num-bigint"] } num-traits = "0.2.14"