Skip to content

Commit 83dfca5

Browse files
nospam2678Dirbaio
authored andcommitted
Raise MSRV for embedded-hal-async to Rust 1.65.0
Gives a hint for what is needed for generic_associated_types to build without errors without specifing it as a feature. Nightly is still required.
1 parent c7ac0df commit 83dfca5

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

embedded-hal-async/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ name = "embedded-hal-async"
1212
readme = "README.md"
1313
repository = "https://github.com/rust-embedded/embedded-hal"
1414
version = "0.2.0-alpha.0"
15+
rust-version = "1.65.0"
1516

1617
[dependencies]
1718
embedded-hal = { version = "=1.0.0-alpha.9", path = "../embedded-hal" }

embedded-hal-async/README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
[![crates.io](https://img.shields.io/crates/d/embedded-hal-async.svg)](https://crates.io/crates/embedded-hal-async)
22
[![crates.io](https://img.shields.io/crates/v/embedded-hal-async.svg)](https://crates.io/crates/embedded-hal-async)
33
[![Documentation](https://docs.rs/embedded-hal-async/badge.svg)](https://docs.rs/embedded-hal-async)
4-
<!--
5-
![Minimum Supported Rust Version](https://img.shields.io/badge/rustc-1.46+-blue.svg)
6-
-->
74

85
# `embedded-hal-async`
96

@@ -23,8 +20,9 @@ This project is developed and maintained by the [HAL team](https://github.com/ru
2320
<!--
2421
## Minimum Supported Rust Version (MSRV)
2522
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.
2826
-->
2927

3028
## License

0 commit comments

Comments
 (0)