Skip to content

Commit

Permalink
Revert "Auto merge of rust-lang#1501 - ishitatsuyuki:cargo-toml-clean…
Browse files Browse the repository at this point in the history
…up, r=sgrif"

This reverts commit 41af25d, reversing
changes made to 41442f0.
  • Loading branch information
carols10cents committed Jan 27, 2019
1 parent 41af25d commit 4f2ecc2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
16 changes: 5 additions & 11 deletions Cargo.lock

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

4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,7 @@ tokio-service = "0.1"
dotenv = "0.11"
diesel = { version = "1.3.0", features = ["postgres"] }
diesel_migrations = { version = "1.3.0", features = ["postgres"] }

# Remove once cookie depends on ring >= 0.13.0
[patch.crates-io]
ring = { git = "https://github.com/SergioBenitez/ring", branch = "v0.11" }

0 comments on commit 4f2ecc2

Please sign in to comment.