nushell: update to 0.83.1.

This commit is contained in:
icp 2023-07-27 21:44:45 +05:30 committed by classabbyamp
parent b9f22b2516
commit d6971b8576
2 changed files with 10 additions and 10 deletions

View file

@ -17,9 +17,9 @@ index d1f11f0..b8e96f7 100644
@@ -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.82.0" }
nu-std = { path = "./crates/nu-std", version = "0.82.0" } nu-std = { path = "./crates/nu-std", version = "0.82.0" }
nu-utils = { path = "./crates/nu-utils", version = "0.82.0" } nu-utils = { path = "./crates/nu-utils", version = "0.82.0" }
nu-ansi-term = "0.47.0" nu-ansi-term = "0.49.0"
-reedline = { version = "0.21.0", features = ["bashisms", "sqlite"]} -reedline = { version = "0.22.0", features = ["bashisms", "sqlite"]}
+reedline = { version = "0.21.0", features = ["bashisms", "sqlite-dynlib"]} +reedline = { version = "0.22.0", features = ["bashisms", "sqlite-dynlib"]}
mimalloc = { version = "0.1.37", default-features = false, optional = true} mimalloc = { version = "0.1.37", default-features = false, optional = true}
@ -30,12 +30,12 @@ index 841ff85..ea70d4a 100644
@@ -25,7 +25,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.82.0" } @@ -25,7 +25,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.82.0" }
nu-utils = { path = "../nu-utils", version = "0.82.0" } nu-utils = { path = "../nu-utils", version = "0.82.0" }
nu-color-config = { path = "../nu-color-config", version = "0.82.0" } nu-color-config = { path = "../nu-color-config", version = "0.82.0" }
nu-ansi-term = "0.47.0" nu-ansi-term = "0.49.0"
-reedline = { version = "0.21.0", features = ["bashisms", "sqlite"]} -reedline = { version = "0.22.0", features = ["bashisms", "sqlite"]}
+reedline = { version = "0.21.0", features = ["bashisms", "sqlite-dynlib"]} +reedline = { version = "0.22.0", features = ["bashisms", "sqlite-dynlib"]}
atty = "0.2"
chrono = { default-features = false, features = ["std"], version = "0.4" } chrono = { default-features = false, features = ["std"], version = "0.4" }
crossterm = "0.26"
diff --git a/a/crates/nu-command/Cargo.toml b/a/crates/nu-command/Cargo.toml diff --git a/a/crates/nu-command/Cargo.toml b/a/crates/nu-command/Cargo.toml
index 7bb5710..9911440 100644 index 7bb5710..9911440 100644
--- a/crates/nu-command/Cargo.toml --- a/crates/nu-command/Cargo.toml
@ -46,6 +46,6 @@ index 7bb5710..9911440 100644
roxmltree = "0.18" roxmltree = "0.18"
-rusqlite = { version = "0.29", features = ["bundled"], optional = true } -rusqlite = { version = "0.29", features = ["bundled"], optional = true }
+rusqlite = { version = "0.29", optional = true } +rusqlite = { version = "0.29", optional = true }
rust-embed = "6.6"
same-file = "1.0" same-file = "1.0"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

View file

@ -1,6 +1,6 @@
# Template file for 'nushell' # Template file for 'nushell'
pkgname=nushell pkgname=nushell
version=0.82.0 version=0.83.1
revision=1 revision=1
build_style=cargo build_style=cargo
configure_args="--features=extra" configure_args="--features=extra"
@ -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=587847feeb9fc06eb2a9da5ff05ffea5238fe5928ebea944c042838d8ad136e8 checksum=a08baef4e487cf200b14cd4a8555110106a947ac439ad8e2759f5ec52c8f9656
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