Skip to content

Commit f2ad7fa

Browse files
authored
bump to updated reedline (nushell#6626)
1 parent 13a4474 commit f2ad7fa

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

Cargo.lock

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ nu-system = { path = "./crates/nu-system", version = "0.69.0" }
5353
nu-table = { path = "./crates/nu-table", version = "0.69.0" }
5454
nu-term-grid = { path = "./crates/nu-term-grid", version = "0.69.0" }
5555
nu-utils = { path = "./crates/nu-utils", version = "0.69.0" }
56-
reedline = { version = "0.11.0", features = ["bashisms", "sqlite"]}
56+
reedline = { version = "0.12.0", features = ["bashisms", "sqlite"]}
5757

5858
rayon = "1.5.1"
5959
is_executable = "1.0.1"
@@ -122,6 +122,3 @@ debug = false
122122
[[bin]]
123123
name = "nu"
124124
path = "src/main.rs"
125-
126-
[patch.crates-io]
127-
reedline = { git = "https://github.com/nushell/reedline", branch = "main" }

crates/nu-command/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ unicode-segmentation = "1.8.0"
8888
url = "2.2.1"
8989
uuid = { version = "1.1.2", features = ["v4"] }
9090
which = { version = "4.3.0", optional = true }
91-
reedline = { version = "0.11.0", features = ["bashisms", "sqlite"]}
91+
reedline = { version = "0.12.0", features = ["bashisms", "sqlite"]}
9292
wax = { version = "0.5.0", features = ["diagnostics"] }
9393
rusqlite = { version = "0.28.0", features = ["bundled"], optional = true }
9494
sqlparser = { version = "0.23.0", features = ["serde"], optional = true }

0 commit comments

Comments
 (0)