diff options
| author | Dario Nieuwenhuis <[email protected]> | 2024-01-11 18:18:35 +0100 |
|---|---|---|
| committer | Dario Nieuwenhuis <[email protected]> | 2024-01-11 18:18:35 +0100 |
| commit | b452a6bcf6858893a85882614e2dcde5a3405748 (patch) | |
| tree | 9ecdfff438d0a6a052abd082f046ee1da587367b /embassy-futures | |
| parent | ae84f2a157cf34c5bbc88ec4637f084f1ab924ea (diff) | |
Centralize license and MSRV boilerplate into the repo readme.
Diffstat (limited to 'embassy-futures')
| -rw-r--r-- | embassy-futures/README.md | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/embassy-futures/README.md b/embassy-futures/README.md index 7add22c7b..b28a8431a 100644 --- a/embassy-futures/README.md +++ b/embassy-futures/README.md | |||
| @@ -11,18 +11,3 @@ ideal for embedded systems. | |||
| 11 | ## Interoperability | 11 | ## Interoperability |
| 12 | 12 | ||
| 13 | Futures from this crate can run on any executor. | 13 | Futures from this crate can run on any executor. |
| 14 | |||
| 15 | ## Minimum supported Rust version (MSRV) | ||
| 16 | |||
| 17 | Embassy is guaranteed to compile on the latest stable Rust version at the time of release. It might compile with older versions but that may change in any new patch release. | ||
| 18 | |||
| 19 | ## License | ||
| 20 | |||
| 21 | This work is licensed under either of | ||
| 22 | |||
| 23 | - Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or | ||
| 24 | <http://www.apache.org/licenses/LICENSE-2.0>) | ||
| 25 | - MIT license ([LICENSE-MIT](LICENSE-MIT) or <http://opensource.org/licenses/MIT>) | ||
| 26 | |||
| 27 | at your option. | ||
| 28 | |||
