We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b746d84 commit 13a4474Copy full SHA for 13a4474
crates/nu-cli/Cargo.toml
@@ -20,7 +20,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.69.0" }
20
nu-utils = { path = "../nu-utils", version = "0.69.0" }
21
nu-ansi-term = "0.46.0"
22
nu-color-config = { path = "../nu-color-config", version = "0.69.0" }
23
-reedline = { version = "0.11.0", features = ["bashisms", "sqlite"]}
+reedline = { version = "0.12.0", features = ["bashisms", "sqlite"]}
24
25
atty = "0.2.14"
26
chrono = "0.4.21"
0 commit comments