diff --git a/nexus-rs/Cargo.toml b/nexus-rs/Cargo.toml index 8e74200..702f204 100644 --- a/nexus-rs/Cargo.toml +++ b/nexus-rs/Cargo.toml @@ -9,7 +9,7 @@ default-run = "nexus-rs" clap = { version = "4.2.1", features = ["derive"] } colored = "2.0.0" lazy_static = "1.4.0" -rustyline = "11.0.0" +rustyline = { version = "11.0.0", features = [] } strum = { version = "0.24.1", features = ["strum_macros"] } strum_macros = "0.24.3" thiserror = "1.0.40"