Skip to content

Commit

Permalink
CHG: Disable all features for rustyline.
Browse files Browse the repository at this point in the history
  • Loading branch information
krisvanrens committed Jun 16, 2024
1 parent a1863ae commit b23601f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nexus-rs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b23601f

Please sign in to comment.