From 4a70c1ff4f78054f239fe23777f85924bf52c908 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Wed, 14 Oct 2020 06:42:24 +1300 Subject: [PATCH] Update Cargo.toml Get around the mutual dependency? --- crates/nu-value-ext/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-value-ext/Cargo.toml b/crates/nu-value-ext/Cargo.toml index aa0f006ee0..b608cf9776 100644 --- a/crates/nu-value-ext/Cargo.toml +++ b/crates/nu-value-ext/Cargo.toml @@ -19,4 +19,4 @@ itertools = "0.9.0" num-traits = "0.2.12" [dev-dependencies] -nu-test-support = {path = "../nu-test-support", version = "0.21.0"} +nu-test-support = {path = "../nu-test-support", version = "0.20.0"}