File tree Expand file tree Collapse file tree 5 files changed +15
-11
lines changed Expand file tree Collapse file tree 5 files changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ license = "MIT OR Apache-2.0"
11
11
name = " embedded-hal-async"
12
12
readme = " README.md"
13
13
repository = " https://github.com/rust-embedded/embedded-hal"
14
- version = " 0.2.0-alpha.2 "
14
+ version = " 1.0.0-rc.1 "
15
15
rust-version = " 1.65.0"
16
16
17
17
[features ]
18
18
defmt-03 = [" dep:defmt-03" , " embedded-hal/defmt-03" ]
19
19
20
20
[dependencies ]
21
- embedded-hal = { version = " =1.0.0-alpha.11 " , path = " ../embedded-hal" }
21
+ embedded-hal = { version = " =1.0.0-rc.1 " , path = " ../embedded-hal" }
22
22
defmt-03 = { package = " defmt" , version = " 0.3" , optional = true }
Original file line number Diff line number Diff line change @@ -20,10 +20,14 @@ or a console to operate either on hardware serial ports or on virtual ones like
20
20
## Minimum Supported Rust Version (MSRV)
21
21
22
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.
23
+ ` async fn ` in traits (AFIT), which is not stable yet.
24
24
25
25
Keep in mind Rust nightlies can make backwards-incompatible changes to unstable features
26
- at any time.
26
+ at any time. If this happens, we might do changes that increase the minimum required nightly
27
+ version in any patch release.
28
+
29
+ When AFIT becomes stable, MSRV will be bumped to the Rust version that stabilizes it, after which
30
+ point the [ standard MSRV bump policy] ( ../docs/msrv.md ) will apply.
27
31
28
32
## License
29
33
Original file line number Diff line number Diff line change @@ -11,16 +11,16 @@ license = "MIT OR Apache-2.0"
11
11
name = " embedded-hal-bus"
12
12
readme = " README.md"
13
13
repository = " https://github.com/rust-embedded/embedded-hal"
14
- version = " 0.1.0-alpha.3 "
14
+ version = " 0.1.0-rc.1 "
15
15
16
16
[features ]
17
17
std = []
18
18
async = [" dep:embedded-hal-async" ]
19
19
defmt-03 = [" dep:defmt-03" , " embedded-hal/defmt-03" , " embedded-hal-async?/defmt-03" ]
20
20
21
21
[dependencies ]
22
- embedded-hal = { version = " =1.0.0-alpha.11 " , path = " ../embedded-hal" }
23
- embedded-hal-async = { version = " =0.2.0-alpha.2 " , path = " ../embedded-hal-async" , optional = true }
22
+ embedded-hal = { version = " =1.0.0-rc.1 " , path = " ../embedded-hal" }
23
+ embedded-hal-async = { version = " =1.0.0-rc.1 " , path = " ../embedded-hal-async" , optional = true }
24
24
critical-section = { version = " 1.0" }
25
25
defmt-03 = { package = " defmt" , version = " 0.3" , optional = true }
26
26
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " embedded-hal-nb"
3
- version = " 1.0.0-alpha.3 "
3
+ version = " 1.0.0-rc.1 "
4
4
edition = " 2021"
5
5
6
6
categories = [" embedded" , " hardware-support" , " no-std" ]
@@ -12,7 +12,7 @@ readme = "README.md"
12
12
repository = " https://github.com/rust-embedded/embedded-hal"
13
13
14
14
[dependencies ]
15
- embedded-hal = { version = " =1.0.0-alpha.11 " , path = " ../embedded-hal" }
15
+ embedded-hal = { version = " =1.0.0-rc.1 " , path = " ../embedded-hal" }
16
16
nb = " 1"
17
17
18
18
[dev-dependencies ]
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
13
13
name = " embedded-hal"
14
14
readme = " README.md"
15
15
repository = " https://github.com/rust-embedded/embedded-hal"
16
- version = " 1.0.0-alpha.11 "
16
+ version = " 1.0.0-rc.1 "
17
17
18
18
[dependencies ]
19
- defmt-03 = { package = " defmt" , version = " 0.3" , optional = true }
19
+ defmt-03 = { package = " defmt" , version = " 0.3" , optional = true }
You can’t perform that action at this time.
0 commit comments