Skip to content

Commit 8f73e21

Browse files
committed
Lock rustyline so tests work
1 parent 15f2a98 commit 8f73e21

File tree

2 files changed

+9
-31
lines changed

2 files changed

+9
-31
lines changed

Cargo.lock

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

repl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ structopt = "0.3"
3636
log = "0.4"
3737
env_logger = { version = "0.7", optional = true }
3838
lazy_static = "1"
39-
rustyline = "6"
39+
rustyline = "=6.0.0"
4040
walkdir = "2"
4141
codespan = "0.9"
4242
codespan-reporting = "0.9"

0 commit comments

Comments
 (0)