summaryrefslogtreecommitdiff
path: root/matrix-bin/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'matrix-bin/Cargo.toml')
-rw-r--r--matrix-bin/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/matrix-bin/Cargo.toml b/matrix-bin/Cargo.toml
index c4b4d5a..bdb8fb8 100644
--- a/matrix-bin/Cargo.toml
+++ b/matrix-bin/Cargo.toml
@@ -12,4 +12,4 @@ clap = { version = "4", features = [ "derive" ] }
ctrlc = "3"
matrix = { path = "../matrix" }
matrix-stdlib = { path = "../matrix-stdlib" }
-rustyline = "13"
+rustyline = { version = "13", features = [ "derive" ] }