Skip to content

Commit e34f8ac

Browse files
authored
Merge pull request #11 from johnstonskj/dependabot/cargo/rustyline-11.0
cargo prod(deps): update rustyline requirement from 9.0 to 11.0
2 parents bc3dbec + dede6a7 commit e34f8ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

schemer-repl/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ human-panic = "1.0"
1919
i18n-embed = { version = "0.13", features = ["fluent-system", "desktop-requester"]}
2020
i18n-embed-fl = "0.6"
2121
lazy_static = "1.4"
22-
rust-embed = "6.2"
23-
rustyline = "9.0"
22+
rustyline = "11.0"
2423
rustyline-derive = "0.8"
2524
search_path = "0.1"
2625
schemer-parse = { version = "0.1", path = "../schemer-parse" }

0 commit comments

Comments
 (0)