Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
patch cargo to use tokio-proto from git repo
Browse files Browse the repository at this point in the history
this makes sure we no longer depend on smallvec 0.2.1 which is
affected by servo/rust-smallvec#96
  • Loading branch information
andresilva committed Nov 27, 2018
1 parent bcd6757 commit 4366fc6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 18 deletions.
27 changes: 9 additions & 18 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,4 @@ members = [

[patch.crates-io]
ring = { git = "https://github.com/paritytech/ring" }
tokio-proto = { git = "https://github.com/tokio-rs/tokio-proto.git", rev = "56c720e" }

0 comments on commit 4366fc6

Please sign in to comment.