forked from extern/nushell
use storm's fix
This commit is contained in:
parent
1ba80224ad
commit
8a2bba4efb
@ -6,11 +6,11 @@ edition = "2018"
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
reedline = {git = "https://github.com/jntrnr/reedline"}
|
||||
reedline = { git = "https://github.com/jntrnr/reedline", branch = "main" }
|
||||
nu-ansi-term = "0.32.0"
|
||||
# mimalloc = { version = "*", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
tempfile = "3.2.0"
|
||||
assert_cmd = "1.0.7"
|
||||
pretty_assertions = "0.7.2"
|
||||
pretty_assertions = "0.7.2"
|
||||
|
Loading…
Reference in New Issue
Block a user