Skip to content

Commit

Permalink
Remove build script from futures crate
Browse files Browse the repository at this point in the history
After rust-lang#2299, this is no longer needed.
  • Loading branch information
taiki-e committed Jan 1, 2021
1 parent 2c2dde2 commit bd52ef1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 30 deletions.
3 changes: 0 additions & 3 deletions futures/Cargo.toml
Expand Up @@ -15,9 +15,6 @@ composability, and iterator-like interfaces.
"""
categories = ["asynchronous"]

[build-dependencies]
autocfg = "1"

[dependencies]
futures-core = { path = "../futures-core", version = "0.3.8", default-features = false }
futures-task = { path = "../futures-task", version = "0.3.8", default-features = false }
Expand Down
27 changes: 0 additions & 27 deletions futures/build.rs

This file was deleted.

0 comments on commit bd52ef1

Please sign in to comment.