Skip to content

Commit

Permalink
Bump futures to 0.3 final
Browse files Browse the repository at this point in the history
  • Loading branch information
justinas committed Nov 9, 2019
1 parent fd90853 commit 8255d08
Show file tree
Hide file tree
Showing 2 changed files with 110 additions and 2 deletions.
110 changes: 109 additions & 1 deletion 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 oon_scraper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "oon_scraper"
version = "0.1.0"

[dependencies]
futures-preview = "0.3.0-alpha.19"
futures = "0.3"
itertools = "0.8"
oon_db = { version = "0.1", path = "../oon_db" }
reqwest = { version = "0.10.0-alpha.1", features = ["json"] }
Expand Down

0 comments on commit 8255d08

Please sign in to comment.