Skip to content

Commit

Permalink
New package releases
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebraham committed Dec 13, 2023
1 parent 3b27982 commit 9bdd87d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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.16.0"
version = "0.17.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.19.0"
version = "0.20.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.10.0"
version = "0.11.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.6.0"
version = "0.7.0"
edition = "2021"
rust-version = "1.67"
description = "Peripheral access crate for the ESP32-H2"
Expand Down

0 comments on commit 9bdd87d

Please sign in to comment.