File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ name = "embedded-hal-async"
12
12
readme = " README.md"
13
13
repository = " https://github.com/rust-embedded/embedded-hal"
14
14
version = " 0.2.0-alpha.0"
15
+ rust-version = " 1.65.0"
15
16
16
17
[dependencies ]
17
18
embedded-hal = { version = " =1.0.0-alpha.9" , path = " ../embedded-hal" }
Original file line number Diff line number Diff line change 1
1
[ ![ crates.io] ( https://img.shields.io/crates/d/embedded-hal-async.svg )] ( https://crates.io/crates/embedded-hal-async )
2
2
[ ![ crates.io] ( https://img.shields.io/crates/v/embedded-hal-async.svg )] ( https://crates.io/crates/embedded-hal-async )
3
3
[ ![ Documentation] ( https://docs.rs/embedded-hal-async/badge.svg )] ( https://docs.rs/embedded-hal-async )
4
- <!--
5
- 
6
- -->
7
4
8
5
# ` embedded-hal-async `
9
6
@@ -20,12 +17,13 @@ This project is developed and maintained by the [HAL team](https://github.com/ru
20
17
21
18
[ API reference ] : https://docs.rs/embedded-hal-async
22
19
23
- <!--
24
20
## Minimum Supported Rust Version (MSRV)
25
21
26
- This crate is guaranteed to compile on stable Rust 1.46 and up. It *might*
27
- compile with older versions but that may change in any new patch release.
28
- -->
22
+ This crate requires Rust nightly newer than ` nightly-2022-11-22 ` , due to requiring support for
23
+ ` async fn ` in traits (AFIT), which is not stable yet.
24
+
25
+ Keep in mind Rust nightlies can make backwards-incompatible changes to unstable features
26
+ at any time.
29
27
30
28
## License
31
29
You can’t perform that action at this time.
0 commit comments