File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## Unreleased
8
+ ## 0.7.0 - unreleased
9
9
10
- - Added ` core::error::Error ` implementations for every custom ` impl Error `
11
- - Migrated ` std ` feature-gated ` std::error::Error ` implementations to ` core::error::Error `
10
+ - Added trait dependency on ` core::error::Error ` to this crate's ` Error ` trait
11
+ - Implemented the trait on all provided implementations
12
+ - Migrated ` std ` feature-gated ` std::error::Error ` implementations to ` core::error::Error `
13
+ - Updated ` defmt ` dependency to 1.0; feature renamed from ` defmt_03 ` to ` defmt `
12
14
- Increased MSRV to 1.81 due to ` core::error::Error `
13
15
- Implemented ` ReadReady ` for ` &[u8] ` and ` WriteReady ` for ` &mut [u8] `
14
16
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " embedded-io"
3
- version = " 0.6.1 "
3
+ version = " 0.7.0 "
4
4
edition = " 2021"
5
5
rust-version = " 1.81"
6
6
description = " Embedded IO traits"
You can’t perform that action at this time.
0 commit comments