aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb-driver/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-usb-driver/README.md')
-rw-r--r--embassy-usb-driver/README.md15
1 files changed, 0 insertions, 15 deletions
diff --git a/embassy-usb-driver/README.md b/embassy-usb-driver/README.md
index 93aef7596..7628a6937 100644
--- a/embassy-usb-driver/README.md
+++ b/embassy-usb-driver/README.md
@@ -15,18 +15,3 @@ instead of this one.
15## Interoperability 15## Interoperability
16 16
17This crate can run on any executor. 17This crate can run on any executor.
18
19## Minimum supported Rust version (MSRV)
20
21This crate requires nightly Rust, due to using "async fn in trait" support.
22
23## License
24
25This work is licensed under either of
26
27- Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
28 <http://www.apache.org/licenses/LICENSE-2.0>)
29- MIT license ([LICENSE-MIT](LICENSE-MIT) or <http://opensource.org/licenses/MIT>)
30
31at your option.
32