mirror of
https://github.com/rust-lang/futures-rs.git
synced 2026-01-25 03:26:14 +00:00
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -102,7 +102,7 @@ jobs:
|
|||||||
rust:
|
rust:
|
||||||
# This is the minimum Rust version supported by futures, futures-util, futures-task, futures-macro, futures-executor, futures-channel, futures-test.
|
# This is the minimum Rust version supported by futures, futures-util, futures-task, futures-macro, futures-executor, futures-channel, futures-test.
|
||||||
# When updating this, the reminder to update the minimum required version in README.md and Cargo.toml.
|
# When updating this, the reminder to update the minimum required version in README.md and Cargo.toml.
|
||||||
- '1.63'
|
- '1.68'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
timeout-minutes: 60
|
timeout-minutes: 60
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -38,7 +38,7 @@ Add this to your `Cargo.toml`:
|
|||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
```
|
```
|
||||||
|
|
||||||
The current `futures` requires Rust 1.63 or later.
|
The current `futures` requires Rust 1.68 or later.
|
||||||
|
|
||||||
### Feature `std`
|
### Feature `std`
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
name = "futures-channel"
|
name = "futures-channel"
|
||||||
version = "0.4.0-alpha.0"
|
version = "0.4.0-alpha.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
rust-version = "1.63"
|
rust-version = "1.68"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
repository = "https://github.com/rust-lang/futures-rs"
|
repository = "https://github.com/rust-lang/futures-rs"
|
||||||
homepage = "https://rust-lang.github.io/futures-rs"
|
homepage = "https://rust-lang.github.io/futures-rs"
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ Add this to your `Cargo.toml`:
|
|||||||
futures-channel = "0.3"
|
futures-channel = "0.3"
|
||||||
```
|
```
|
||||||
|
|
||||||
The current `futures-channel` requires Rust 1.63 or later.
|
The current `futures-channel` requires Rust 1.68 or later.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
name = "futures-executor"
|
name = "futures-executor"
|
||||||
version = "0.4.0-alpha.0"
|
version = "0.4.0-alpha.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
rust-version = "1.63"
|
rust-version = "1.68"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
repository = "https://github.com/rust-lang/futures-rs"
|
repository = "https://github.com/rust-lang/futures-rs"
|
||||||
homepage = "https://rust-lang.github.io/futures-rs"
|
homepage = "https://rust-lang.github.io/futures-rs"
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ Add this to your `Cargo.toml`:
|
|||||||
futures-executor = "0.3"
|
futures-executor = "0.3"
|
||||||
```
|
```
|
||||||
|
|
||||||
The current `futures-executor` requires Rust 1.63 or later.
|
The current `futures-executor` requires Rust 1.68 or later.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
name = "futures-macro"
|
name = "futures-macro"
|
||||||
version = "0.4.0-alpha.0"
|
version = "0.4.0-alpha.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
rust-version = "1.63"
|
rust-version = "1.68"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
repository = "https://github.com/rust-lang/futures-rs"
|
repository = "https://github.com/rust-lang/futures-rs"
|
||||||
homepage = "https://rust-lang.github.io/futures-rs"
|
homepage = "https://rust-lang.github.io/futures-rs"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
name = "futures-task"
|
name = "futures-task"
|
||||||
version = "0.4.0-alpha.0"
|
version = "0.4.0-alpha.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
rust-version = "1.63"
|
rust-version = "1.68"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
repository = "https://github.com/rust-lang/futures-rs"
|
repository = "https://github.com/rust-lang/futures-rs"
|
||||||
homepage = "https://rust-lang.github.io/futures-rs"
|
homepage = "https://rust-lang.github.io/futures-rs"
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ Add this to your `Cargo.toml`:
|
|||||||
futures-task = "0.3"
|
futures-task = "0.3"
|
||||||
```
|
```
|
||||||
|
|
||||||
The current `futures-task` requires Rust 1.63 or later.
|
The current `futures-task` requires Rust 1.68 or later.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
name = "futures-test"
|
name = "futures-test"
|
||||||
version = "0.4.0-alpha.0"
|
version = "0.4.0-alpha.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
rust-version = "1.63"
|
rust-version = "1.68"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
repository = "https://github.com/rust-lang/futures-rs"
|
repository = "https://github.com/rust-lang/futures-rs"
|
||||||
homepage = "https://rust-lang.github.io/futures-rs"
|
homepage = "https://rust-lang.github.io/futures-rs"
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ Add this to your `Cargo.toml`:
|
|||||||
futures-test = "0.3"
|
futures-test = "0.3"
|
||||||
```
|
```
|
||||||
|
|
||||||
The current `futures-test` requires Rust 1.63 or later.
|
The current `futures-test` requires Rust 1.68 or later.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
name = "futures-util"
|
name = "futures-util"
|
||||||
version = "0.4.0-alpha.0"
|
version = "0.4.0-alpha.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
rust-version = "1.63"
|
rust-version = "1.68"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
repository = "https://github.com/rust-lang/futures-rs"
|
repository = "https://github.com/rust-lang/futures-rs"
|
||||||
homepage = "https://rust-lang.github.io/futures-rs"
|
homepage = "https://rust-lang.github.io/futures-rs"
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ Add this to your `Cargo.toml`:
|
|||||||
futures-util = "0.3"
|
futures-util = "0.3"
|
||||||
```
|
```
|
||||||
|
|
||||||
The current `futures-util` requires Rust 1.63 or later.
|
The current `futures-util` requires Rust 1.68 or later.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
name = "futures"
|
name = "futures"
|
||||||
version = "0.4.0-alpha.0"
|
version = "0.4.0-alpha.0"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
rust-version = "1.63"
|
rust-version = "1.68"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
keywords = ["futures", "async", "future"]
|
keywords = ["futures", "async", "future"]
|
||||||
|
|||||||
Reference in New Issue
Block a user