aboutsummaryrefslogtreecommitdiff
path: root/embassy-sync/README.md
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-sync/README.md
parentae84f2a157cf34c5bbc88ec4637f084f1ab924ea (diff)
Centralize license and MSRV boilerplate into the repo readme.
Diffstat (limited to 'embassy-sync/README.md')
-rw-r--r--embassy-sync/README.md14
1 files changed, 0 insertions, 14 deletions
diff --git a/embassy-sync/README.md b/embassy-sync/README.md
index 55618f72d..c2e13799e 100644
--- a/embassy-sync/README.md
+++ b/embassy-sync/README.md
@@ -17,17 +17,3 @@ Synchronization primitives and data structures with async support:
17## Interoperability 17## Interoperability
18 18
19Futures from this crate can run on any executor. 19Futures from this crate can run on any executor.
20
21## Minimum supported Rust version (MSRV)
22
23Embassy 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.
24
25## License
26
27This work is licensed under either of
28
29- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
30 <http://www.apache.org/licenses/LICENSE-2.0>)
31- MIT license ([LICENSE-MIT](LICENSE-MIT) or <http://opensource.org/licenses/MIT>)
32
33at your option.