File tree 2 files changed +4
-5
lines changed
2 files changed +4
-5
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
@@ -23,8 +20,9 @@ This project is developed and maintained by the [HAL team](https://github.com/ru
23
20
<!--
24
21
## Minimum Supported Rust Version (MSRV)
25
22
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.
23
+
24
+ This crate requires nightly newer than 2022-09-13, but keep in mind nightly can
25
+ break at any time.
28
26
-->
29
27
30
28
## License
You can’t perform that action at this time.
0 commit comments