Skip to content

Commit dc2473d

Browse files
Add features to rustyline
1 parent ec12d96 commit dc2473d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

library/crates/Cargo.lock

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

library/crates/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ rand = "0.8.5"
5656
regex = "1.6.0"
5757
rocksdb = { version = "0.22.0", features = ["lz4"], default_features = false }
5858
rpassword = "7.3.1"
59-
rustyline= { version = "15.0.0", default_features = false }
59+
rustyline= { version = "15.0.0", features = ["with-file-history"], default_features = false }
6060
same-file = "1.0.6"
6161
seahash = "4.1.0"
6262
sentry = { version = "0.36.0", features = ["ureq", "backtrace", "panic", "contexts"], default_features = false }

0 commit comments

Comments
 (0)