1414 <a href =" https://crates.io/crates/futures " >
1515 <img alt="Crates.io" src="https://img.shields.io/crates/v/futures.svg">
1616 </a >
17-
18- <a href =" https://www.rust-lang.org " >
19- <img alt="Rustc Version" src="https://img.shields.io/badge/rustc-1.41+-lightgray.svg">
20- </a >
2117</p >
2218
2319<p align =" center " >
@@ -42,13 +38,7 @@ Add this to your `Cargo.toml`:
4238futures = " 0.3"
4339```
4440
45- Now, you can use futures-rs:
46-
47- ``` rust
48- use futures :: future :: Future ;
49- ```
50-
51- The current futures-rs requires Rust 1.41 or later.
41+ The current ` futures ` requires Rust 1.45 or later.
5242
5343### Feature ` std `
5444
@@ -61,19 +51,11 @@ a `#[no_std]` environment, use:
6151futures = { version = " 0.3" , default-features = false }
6252```
6353
64- # License
65-
66- This project is licensed under either of
67-
68- * Apache License, Version 2.0, ([ LICENSE-APACHE] ( LICENSE-APACHE ) or
69- https://www.apache.org/licenses/LICENSE-2.0 )
70- * MIT license ([ LICENSE-MIT] ( LICENSE-MIT ) or
71- https://opensource.org/licenses/MIT )
72-
73- at your option.
54+ ## License
7455
75- ### Contribution
56+ Licensed under either of [ Apache License, Version 2.0] ( LICENSE-APACHE ) or
57+ [ MIT license] ( LICENSE-MIT ) at your option.
7658
7759Unless you explicitly state otherwise, any contribution intentionally submitted
78- for inclusion in futures-rs by you, as defined in the Apache-2.0 license, shall be
79- dual licensed as above, without any additional terms or conditions.
60+ for inclusion in the work by you, as defined in the Apache-2.0 license, shall
61+ be dual licensed as above, without any additional terms or conditions.
0 commit comments