Skip to content

Commit

Permalink
Drop some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Dec 10, 2019
1 parent d832a35 commit ce3c41a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 72 deletions.
71 changes: 0 additions & 71 deletions nix-rust/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 nix-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ futures-preview = { version = "=0.3.0-alpha.18", features = ["compat"] }
#hyper = "0.12"
reqwest = { version = "0.9", default-features = false, features = ["rustls-tls"] }
http = "0.1"
tokio = "0.1"
tokio = { version = "0.1", default-features = false }

0 comments on commit ce3c41a

Please sign in to comment.