From 388ce738e3a111fc9d4ff6ea18bc0f6cfd7d8961 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Wed, 27 Nov 2019 06:34:02 +1300 Subject: [PATCH] expand tilde in externals --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index 9d8849f3a..b831ff0df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1889,7 +1889,7 @@ version = "0.1.0" dependencies = [ "ansi_term 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", "crossterm 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", - "nu 0.6.0", + "nu 0.6.1", "nu-protocol 0.1.0", "nu-source 0.1.0", "syntect 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)",