aboutsummaryrefslogtreecommitdiff
path: root/embassy-futures
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2024-01-11 18:18:35 +0100
committerDario Nieuwenhuis <[email protected]>2024-01-11 18:18:35 +0100
commitb452a6bcf6858893a85882614e2dcde5a3405748 (patch)
tree9ecdfff438d0a6a052abd082f046ee1da587367b /embassy-futures
parentae84f2a157cf34c5bbc88ec4637f084f1ab924ea (diff)
Centralize license and MSRV boilerplate into the repo readme.
Diffstat (limited to 'embassy-futures')
-rw-r--r--embassy-futures/README.md15
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
13Futures from this crate can run on any executor. 13Futures from this crate can run on any executor.
14
15## Minimum supported Rust version (MSRV)
16
17Embassy 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
21This 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
27at your option.
28