aboutsummaryrefslogtreecommitdiff
path: root/embassy-futures
diff options
context:
space:
mode:
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