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-usb-logger | |
| parent | ae84f2a157cf34c5bbc88ec4637f084f1ab924ea (diff) | |
Centralize license and MSRV boilerplate into the repo readme.
Diffstat (limited to 'embassy-usb-logger')
| -rw-r--r-- | embassy-usb-logger/README.md | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/embassy-usb-logger/README.md b/embassy-usb-logger/README.md index 6cb18e87d..81b0dcd0e 100644 --- a/embassy-usb-logger/README.md +++ b/embassy-usb-logger/README.md | |||
| @@ -13,17 +13,3 @@ async fn logger_task(driver: Driver<'static, USB>) { | |||
| 13 | embassy_usb_logger::run!(1024, log::LevelFilter::Info, driver); | 13 | embassy_usb_logger::run!(1024, log::LevelFilter::Info, driver); |
| 14 | } | 14 | } |
| 15 | ``` | 15 | ``` |
| 16 | |||
| 17 | ## Minimum supported Rust version (MSRV) | ||
| 18 | |||
| 19 | 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. | ||
| 20 | |||
| 21 | ## License | ||
| 22 | |||
| 23 | This work is licensed under either of | ||
| 24 | |||
| 25 | - Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or | ||
| 26 | <http://www.apache.org/licenses/LICENSE-2.0>) | ||
| 27 | - MIT license ([LICENSE-MIT](LICENSE-MIT) or <http://opensource.org/licenses/MIT>) | ||
| 28 | |||
| 29 | at your option. | ||
