Skip to content

Commit

Permalink
Merge #929
Browse files Browse the repository at this point in the history
929: Fall back to older version of futures, version 0.3.18 was yanked r=Yatekii a=Tiwalun

Revert futures to version 0.3.17 in target-gen, version 0.3.18 was yanked.

See rust-lang/futures-rs#2529.


Co-authored-by: Dominik Boehi <dominik.boehi@gmail.com>
  • Loading branch information
bors[bot] and Tiwalun committed Dec 17, 2021
2 parents 7088400 + 749bd05 commit 2d4bdfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target-gen/Cargo.toml
Expand Up @@ -34,7 +34,7 @@ anyhow = "1.0.51"
reqwest = { version = "0.11.7", features = ["json", "blocking"] }
serde = { version = "1.0.131", features = ["derive"] }
# chrono = { version = "0.4.0", features = ["serde"] }
futures = "0.3.18"
futures = "0.3.17"
tokio = { version = "1.14.0", features = ["macros", "rt", "rt-multi-thread"] }

[dev-dependencies]
Expand Down

0 comments on commit 2d4bdfe

Please sign in to comment.