aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDario Nieuwenhuis <[email protected]>2020-11-27 18:42:59 +0100
committerDario Nieuwenhuis <[email protected]>2020-11-27 18:42:59 +0100
commit78135a81d96a8bb74207b3f73c9f261aa4561a18 (patch)
tree534fb19b9e9d51b557a76617a53934253431f1f4 /README.md
parent49d5121094fb7e2f4ddc3aead351769443515d55 (diff)
Remove anyfmt
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/README.md b/README.md
index 0162011f4..6f7470cf5 100644
--- a/README.md
+++ b/README.md
@@ -52,14 +52,6 @@ cargo install --git https://github.com/knurling-rs/probe-run --branch main --fea
52cargo run --bin rtc_async 52cargo run --bin rtc_async
53``` 53```
54 54
55## Using on your project
56
57`embassy` requires git version of a few dependencies.
58
59When using `embassy` in your own project, make sure you copy over the `[patch.crates-io]` section from root `Cargo.toml`.
60
61This will no longer needed after the first crates.io release.
62
63## Minimum supported Rust version (MSRV) 55## Minimum supported Rust version (MSRV)
64 56
65`rustc 1.48.0-nightly (1fd5b9d51 2020-09-20)` 57`rustc 1.48.0-nightly (1fd5b9d51 2020-09-20)`