Skip to content

Commit

Permalink
New package releases (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebraham authored Nov 13, 2024
1 parent f96a7dc commit e0f26e6
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
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.33.0"
version = "0.34.0"
edition = "2021"
rust-version = "1.76"
description = "Peripheral access crate for the ESP32"
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.22.0"
version = "0.23.0"
edition = "2021"
rust-version = "1.76"
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.25.0"
version = "0.26.0"
edition = "2021"
rust-version = "1.76"
description = "Peripheral access crate for the ESP32-C3"
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.16.0"
version = "0.17.0"
edition = "2021"
rust-version = "1.76"
description = "Peripheral access crate for the ESP32-C6"
Expand Down
2 changes: 1 addition & 1 deletion esp32h2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esp32h2"
version = "0.12.0"
version = "0.13.0"
edition = "2021"
rust-version = "1.76"
description = "Peripheral access crate for the ESP32-H2"
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.24.0"
version = "0.25.0"
edition = "2021"
rust-version = "1.76"
description = "Peripheral access crate for the ESP32-S2"
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.28.0"
version = "0.29.0"
edition = "2021"
rust-version = "1.76"
description = "Peripheral access crate for the ESP32-S3"
Expand Down

0 comments on commit e0f26e6

Please sign in to comment.