Skip to content

Commit 13a4474

Browse files
authored
Update Cargo.toml
1 parent b746d84 commit 13a4474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/nu-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ nu-protocol = { path = "../nu-protocol", version = "0.69.0" }
2020
nu-utils = { path = "../nu-utils", version = "0.69.0" }
2121
nu-ansi-term = "0.46.0"
2222
nu-color-config = { path = "../nu-color-config", version = "0.69.0" }
23-
reedline = { version = "0.11.0", features = ["bashisms", "sqlite"]}
23+
reedline = { version = "0.12.0", features = ["bashisms", "sqlite"]}
2424

2525
atty = "0.2.14"
2626
chrono = "0.4.21"

0 commit comments

Comments
 (0)