From c563b7862e90cd9b749ae256976d897d15555fd6 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Wed, 26 Aug 2020 06:59:39 +1200 Subject: [PATCH] Update battery version (#2413) Update battery. Should should move us onto the same uom version for both battery and heim. --- crates/nu_plugin_sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu_plugin_sys/Cargo.toml b/crates/nu_plugin_sys/Cargo.toml index 767ae45f90..be7a0a0502 100644 --- a/crates/nu_plugin_sys/Cargo.toml +++ b/crates/nu_plugin_sys/Cargo.toml @@ -15,7 +15,7 @@ nu-plugin = {path = "../nu-plugin", version = "0.18.2"} nu-protocol = {path = "../nu-protocol", version = "0.18.2"} nu-source = {path = "../nu-source", version = "0.18.2"} -battery = "0.7.5" +battery = "0.7.6" futures = {version = "0.3", features = ["compat", "io-compat"]} futures-util = "0.3.5" num-bigint = "0.2.6"