Skip to content

Commit

Permalink
Bump version numbers for relevant packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebraham committed Dec 5, 2023
1 parent a55bf66 commit 220a310
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.27.0"
version = "0.28.0"
edition = "2021"
rust-version = "1.67"
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.15.0"
version = "0.16.0"
edition = "2021"
rust-version = "1.67"
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.18.0"
version = "0.19.0"
edition = "2021"
rust-version = "1.67"
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.8.0"
version = "0.9.0"
edition = "2021"
rust-version = "1.67"
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.4.0"
version = "0.5.0"
edition = "2021"
rust-version = "1.67"
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.18.0"
version = "0.19.0"
edition = "2021"
rust-version = "1.67"
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.22.0"
version = "0.23.0"
edition = "2021"
rust-version = "1.67"
description = "Peripheral access crate for the ESP32-S3"
Expand Down

0 comments on commit 220a310

Please sign in to comment.