Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New releases for esp32, esp32c2, esp32c3, esp32c6, esp32s2, and esp32s3 #102

Merged
merged 1 commit into from
Mar 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion esp32/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esp32"
version = "0.22.0"
version = "0.23.0"
authors = [
"Scott Mabin <scott@mabez.dev>",
"Arjan Mels <arjan@mels.email>",
Expand Down
2 changes: 1 addition & 1 deletion esp32c2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esp32c2"
version = "0.9.0"
version = "0.10.0"
authors = ["Jesse Braham <jesse@beta7.io>"]
edition = "2021"
description = "Peripheral access crate for the ESP32-C2"
Expand Down
2 changes: 1 addition & 1 deletion esp32c3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esp32c3"
version = "0.12.0"
version = "0.13.0"
authors = [
"Samir Shetty <samirshetty23@gmail.com>",
"Jesse Braham <jesse@beta7.io>",
Expand Down
2 changes: 1 addition & 1 deletion esp32c6/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esp32c6"
version = "0.2.0"
version = "0.3.0"
authors = ["Jesse Braham <jesse@beta7.io>"]
edition = "2021"
description = "Peripheral access crate for the ESP32-C6"
Expand Down
2 changes: 1 addition & 1 deletion esp32s2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esp32s2"
version = "0.13.0"
version = "0.14.0"
authors = ["Jesse Braham <jesse@beta7.io>"]
edition = "2021"
rust-version = "1.60"
Expand Down
2 changes: 1 addition & 1 deletion esp32s3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esp32s3"
version = "0.16.0"
version = "0.17.0"
authors = ["Jesse Braham <jesse@beta7.io>"]
edition = "2021"
rust-version = "1.60"
Expand Down