nushell: Update from 0.17.0 to 0.18.1

This commit is contained in:
Fredrik Fornwall 2020-08-13 10:15:52 +02:00
parent 2bcf48772a
commit 5e8cc8ca06
2 changed files with 9 additions and 11 deletions

View File

@ -1,17 +1,15 @@
diff --git a/Cargo.toml b/Cargo.toml
index ddc8f2a8..5a269394 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -51,7 +51,7 @@ dunce = "1.0.1"
futures = {version = "0.3", features = ["compat", "io-compat"]}
diff -u -r ../nushell-0.18.1/Cargo.toml ./Cargo.toml
--- ../nushell-0.18.1/Cargo.toml 2020-08-12 03:59:28.000000000 +0000
+++ ./Cargo.toml 2020-08-13 08:02:58.145134000 +0000
@@ -53,7 +53,6 @@
log = "0.4.8"
pretty_env_logger = "0.4.0"
quick-xml = "0.18.1"
-starship = "0.43.0"
+#starship = "0.43.0"
[dev-dependencies]
nu-test-support = {version = "0.17.0", path = "./crates/nu-test-support"}
@@ -63,8 +63,6 @@ toml = "0.5.6"
nu-test-support = {version = "0.18.1", path = "./crates/nu-test-support"}
@@ -64,8 +63,6 @@
[features]
default = [

View File

@ -1,8 +1,8 @@
TERMUX_PKG_HOMEPAGE=https://www.nushell.sh
TERMUX_PKG_DESCRIPTION="A new type of shell operating on structured data"
TERMUX_PKG_LICENSE="MIT"
TERMUX_PKG_VERSION=0.17.0
TERMUX_PKG_VERSION=0.18.1
TERMUX_PKG_SRCURL=https://github.com/nushell/nushell/archive/$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_SHA256=85203e8f5531a8a362d25a1b9ae0135a605b70770cb249e268f17dc5bd794249
TERMUX_PKG_SHA256=68761a9145630199df16ccb39225acd58c19c8773aaa79ab5eb1674ff694ca79
TERMUX_PKG_DEPENDS="zlib"
TERMUX_PKG_BUILD_IN_SRC=true