nushell: update to 0.84.0.

This commit is contained in:
icp 2023-08-27 01:11:17 +05:30 committed by classabbyamp
parent 8fde8910e2
commit d73b52ef22
2 changed files with 25 additions and 25 deletions

View file

@ -1,8 +1,8 @@
diff --git a/a/Cargo.lock b/a/Cargo.lock diff --git a/Cargo.lock b/Cargo.lock
index 014838b..cb599db 100644 index caa34e62..2e52d8b8 100644
--- a/Cargo.lock --- a/Cargo.lock
+++ b/Cargo.lock +++ b/Cargo.lock
@@ -2191,7 +2191,6 @@ version = "0.26.0" @@ -2135,7 +2135,6 @@ version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326" checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326"
dependencies = [ dependencies = [
@ -10,37 +10,37 @@ index 014838b..cb599db 100644
"pkg-config", "pkg-config",
"vcpkg", "vcpkg",
] ]
diff --git a/a/Cargo.toml b/a/Cargo.toml diff --git a/Cargo.toml b/Cargo.toml
index d1f11f0..b8e96f7 100644 index 601e18cb..0458e0c8 100644
--- a/Cargo.toml --- a/Cargo.toml
+++ b/Cargo.toml +++ b/Cargo.toml
@@ -67,7 +67,7 @@ nu-term-grid = { path = "./crates/nu-term-grid", version = "0.82.0" } @@ -67,7 +67,7 @@ nu-term-grid = { path = "./crates/nu-term-grid", version = "0.84.0" }
nu-std = { path = "./crates/nu-std", version = "0.82.0" } nu-std = { path = "./crates/nu-std", version = "0.84.0" }
nu-utils = { path = "./crates/nu-utils", version = "0.82.0" } nu-utils = { path = "./crates/nu-utils", version = "0.84.0" }
nu-ansi-term = "0.49.0" nu-ansi-term = "0.49.0"
-reedline = { version = "0.22.0", features = ["bashisms", "sqlite"]} -reedline = { version = "0.23.0", features = ["bashisms", "sqlite"]}
+reedline = { version = "0.22.0", features = ["bashisms", "sqlite-dynlib"]} +reedline = { version = "0.23.0", features = ["bashisms", "sqlite-dynlib"]}
mimalloc = { version = "0.1.37", default-features = false, optional = true} crossterm = "0.26"
ctrlc = "3.4"
diff --git a/a/crates/nu-cli/Cargo.toml b/a/crates/nu-cli/Cargo.toml diff --git a/crates/nu-cli/Cargo.toml b/crates/nu-cli/Cargo.toml
index 841ff85..ea70d4a 100644 index a3871ff2..41873e16 100644
--- a/crates/nu-cli/Cargo.toml --- a/crates/nu-cli/Cargo.toml
+++ b/crates/nu-cli/Cargo.toml +++ b/crates/nu-cli/Cargo.toml
@@ -25,7 +25,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.82.0" } @@ -25,7 +25,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.84.0" }
nu-utils = { path = "../nu-utils", version = "0.82.0" } nu-utils = { path = "../nu-utils", version = "0.84.0" }
nu-color-config = { path = "../nu-color-config", version = "0.82.0" } nu-color-config = { path = "../nu-color-config", version = "0.84.0" }
nu-ansi-term = "0.49.0" nu-ansi-term = "0.49.0"
-reedline = { version = "0.22.0", features = ["bashisms", "sqlite"]} -reedline = { version = "0.23.0", features = ["bashisms", "sqlite"]}
+reedline = { version = "0.22.0", features = ["bashisms", "sqlite-dynlib"]} +reedline = { version = "0.23.0", features = ["bashisms", "sqlite-dynlib"]}
chrono = { default-features = false, features = ["std"], version = "0.4" } chrono = { default-features = false, features = ["std"], version = "0.4" }
crossterm = "0.26" crossterm = "0.26"
diff --git a/a/crates/nu-command/Cargo.toml b/a/crates/nu-command/Cargo.toml diff --git a/crates/nu-command/Cargo.toml b/crates/nu-command/Cargo.toml
index 7bb5710..9911440 100644 index f6c6f62f..7185e1be 100644
--- a/crates/nu-command/Cargo.toml --- a/crates/nu-command/Cargo.toml
+++ b/crates/nu-command/Cargo.toml +++ b/crates/nu-command/Cargo.toml
@@ -75,7 +75,7 @@ rand = "0.8" @@ -74,7 +74,7 @@ rand = "0.8"
rayon = "1.7" rayon = "1.7"
regex = "1.7" regex = "1.7"
roxmltree = "0.18" roxmltree = "0.18"

View file

@ -1,7 +1,7 @@
# Template file for 'nushell' # Template file for 'nushell'
pkgname=nushell pkgname=nushell
version=0.83.1 version=0.84.0
revision=2 revision=1
build_style=cargo build_style=cargo
configure_args="--features=extra" configure_args="--features=extra"
hostmakedepends="pkg-config python3 libgit2-devel" hostmakedepends="pkg-config python3 libgit2-devel"
@ -14,7 +14,7 @@ license="MIT"
homepage="https://www.nushell.sh/" homepage="https://www.nushell.sh/"
changelog="https://www.nushell.sh/blog/" changelog="https://www.nushell.sh/blog/"
distfiles="https://github.com/nushell/nushell/archive/refs/tags/${version}.tar.gz" distfiles="https://github.com/nushell/nushell/archive/refs/tags/${version}.tar.gz"
checksum=a08baef4e487cf200b14cd4a8555110106a947ac439ad8e2759f5ec52c8f9656 checksum=483211c44bb40ca6199b52824ea0a935da19d6a40259c4e27c29ae1e3b3be2a7
register_shell="/usr/bin/nu" register_shell="/usr/bin/nu"
# all tests fail with argument --target # all tests fail with argument --target
make_check=no make_check=no