Skip to content

Commit

Permalink
New package releases (#311)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebraham authored Jan 15, 2025
1 parent 2079642 commit d28d565
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions esp32/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esp32"
version = "0.34.0"
version = "0.35.0"
edition = "2021"
rust-version = "1.76"
description = "Peripheral access crate for the ESP32"
Expand Down Expand Up @@ -28,9 +28,9 @@ bench = false
test = false

[dependencies]
critical-section = { version = "1.1.3", optional = true }
critical-section = { version = "1.2.0", optional = true }
vcell = "0.1.3"
defmt = { version = "0.3.8", optional = true }
defmt = { version = "0.3.10", optional = true }

[features]
default = []
Expand Down
6 changes: 3 additions & 3 deletions esp32c2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esp32c2"
version = "0.23.0"
version = "0.24.0"
edition = "2021"
rust-version = "1.76"
description = "Peripheral access crate for the ESP32-C2"
Expand Down Expand Up @@ -28,9 +28,9 @@ bench = false
test = false

[dependencies]
critical-section = { version = "1.1.3", optional = true }
critical-section = { version = "1.2.0", optional = true }
vcell = "0.1.3"
defmt = { version = "0.3.8", optional = true }
defmt = { version = "0.3.10", optional = true }

[features]
default = []
Expand Down
6 changes: 3 additions & 3 deletions esp32c3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esp32c3"
version = "0.26.0"
version = "0.27.0"
edition = "2021"
rust-version = "1.76"
description = "Peripheral access crate for the ESP32-C3"
Expand Down Expand Up @@ -28,9 +28,9 @@ bench = false
test = false

[dependencies]
critical-section = { version = "1.1.3", optional = true }
critical-section = { version = "1.2.0", optional = true }
vcell = "0.1.3"
defmt = { version = "0.3.8", optional = true }
defmt = { version = "0.3.10", optional = true }

[features]
default = []
Expand Down
6 changes: 3 additions & 3 deletions esp32c6/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esp32c6"
version = "0.17.0"
version = "0.18.0"
edition = "2021"
rust-version = "1.76"
description = "Peripheral access crate for the ESP32-C6"
Expand Down Expand Up @@ -28,9 +28,9 @@ bench = false
test = false

[dependencies]
critical-section = { version = "1.1.3", optional = true }
critical-section = { version = "1.2.0", optional = true }
vcell = "0.1.3"
defmt = { version = "0.3.8", optional = true }
defmt = { version = "0.3.10", optional = true }

[features]
default = []
Expand Down
6 changes: 3 additions & 3 deletions esp32h2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esp32h2"
version = "0.13.0"
version = "0.14.0"
edition = "2021"
rust-version = "1.76"
description = "Peripheral access crate for the ESP32-H2"
Expand Down Expand Up @@ -28,9 +28,9 @@ bench = false
test = false

[dependencies]
critical-section = { version = "1.1.3", optional = true }
critical-section = { version = "1.2.0", optional = true }
vcell = "0.1.3"
defmt = { version = "0.3.8", optional = true }
defmt = { version = "0.3.10", optional = true }

[features]
default = []
Expand Down
6 changes: 3 additions & 3 deletions esp32s2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esp32s2"
version = "0.25.0"
version = "0.26.0"
edition = "2021"
rust-version = "1.76"
description = "Peripheral access crate for the ESP32-S2"
Expand Down Expand Up @@ -28,9 +28,9 @@ bench = false
test = false

[dependencies]
critical-section = { version = "1.1.3", optional = true }
critical-section = { version = "1.2.0", optional = true }
vcell = "0.1.3"
defmt = { version = "0.3.8", optional = true }
defmt = { version = "0.3.10", optional = true }

[features]
default = []
Expand Down
6 changes: 3 additions & 3 deletions esp32s3/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "esp32s3"
version = "0.29.0"
version = "0.30.0"
edition = "2021"
rust-version = "1.76"
description = "Peripheral access crate for the ESP32-S3"
Expand Down Expand Up @@ -28,9 +28,9 @@ bench = false
test = false

[dependencies]
critical-section = { version = "1.1.3", optional = true }
critical-section = { version = "1.2.0", optional = true }
vcell = "0.1.3"
defmt = { version = "0.3.8", optional = true }
defmt = { version = "0.3.10", optional = true }

[features]
default = []
Expand Down

0 comments on commit d28d565

Please sign in to comment.