Skip to content

Commit

Permalink
New release
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Oct 17, 2023
1 parent 5d86e23 commit 15ef8c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.42.0] - 2023-10-05
## [0.42.0] - 2023-10-17
* MSRV raised to 1.71
* New driver: I2S
* New driver: continuous ADC
Expand Down
7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esp-idf-hal"
version = "0.41.2"
version = "0.42.0"
authors = ["sapir <[email protected]>", "Ivan Markov <[email protected]>"]
edition = "2018"
resolver = "2"
Expand All @@ -15,9 +15,6 @@ build = "build.rs"
documentation = "https://esp-rs.github.io/esp-idf-hal/"
rust-version = "1.71"

[patch.crates-io]
esp-idf-sys = { git = "https://github.com/esp-rs/esp-idf-sys" }

[features]
default = ["std", "native", "binstart"]
std = ["alloc", "esp-idf-sys/std"]
Expand Down Expand Up @@ -45,7 +42,7 @@ embedded-hal-nb = "=1.0.0-rc.1"
embedded-hal-async = { version = "=1.0.0-rc.1", optional = true }
embedded-io = "0.6"
embedded-io-async = { version = "0.6", optional = true }
esp-idf-sys = { version = "0.33", optional = true, default-features = false, features = ["native"] }
esp-idf-sys = { version = "0.33.3", optional = true, default-features = false, features = ["native"] }
critical-section = { version = "1.1.1", optional = true }
heapless = "0.7"
num_enum = { version = "0.7", default-features = false }
Expand Down

0 comments on commit 15ef8c3

Please sign in to comment.