Skip to content

Commit

Permalink
Disable unneeded dependency features
Browse files Browse the repository at this point in the history
  • Loading branch information
detrumi committed Feb 27, 2021
1 parent 27ff44f commit 49e13f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 23 deletions.
22 changes: 0 additions & 22 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bench = []
[dependencies]
docopt = "1.1.0"
itertools = "0.10.0"
rustyline = "7.1.0"
rustyline = { version = "7.1.0", default-features = false }
salsa = "0.16.0"
serde = "1.0"
serde_derive = "1.0"
Expand Down

0 comments on commit 49e13f6

Please sign in to comment.