Skip to content

Commit

Permalink
Pin static_cell
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Nov 3, 2023
1 parent a8fbc03 commit 0e0a1c8
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

- ESP32-C2/C3 examples: fix build error (#899)

### Removed

## [0.13.1] - 2023-11-02
Expand Down
2 changes: 1 addition & 1 deletion esp32-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ lis3dh-async = "0.8.0"
sha2 = { version = "0.10.8", default-features = false}
smart-leds = "0.3.0"
ssd1306 = "0.8.4"
static_cell = { version = "1.2.0", features = ["nightly"] }
static_cell = { version = "=1.2.0", features = ["nightly"] }

[features]
default = ["rt", "vectored", "xtal-40mhz"]
Expand Down
2 changes: 1 addition & 1 deletion esp32c2-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ heapless = "0.7.16"
lis3dh-async = "0.8.0"
sha2 = { version = "0.10.8", default-features = false}
ssd1306 = "0.8.4"
static_cell = { version = "1.2.0", features = ["nightly"] }
static_cell = { version = "=1.2.0", features = ["nightly"] }
hex-literal = "0.4.1"
crypto-bigint = {version = "0.5.3", default-features = false }
elliptic-curve = {version = "0.13.6", default-features = false, features = ["sec1"] }
Expand Down
2 changes: 1 addition & 1 deletion esp32c3-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ lis3dh-async = "0.8.0"
sha2 = { version = "0.10.8", default-features = false }
smart-leds = "0.3.0"
ssd1306 = "0.8.4"
static_cell = { version = "1.2.0", features = ["nightly"] }
static_cell = { version = "=1.2.0", features = ["nightly"] }
embassy-sync = "0.3.0"

[features]
Expand Down
2 changes: 1 addition & 1 deletion esp32c6-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ lis3dh-async = "0.8.0"
sha2 = { version = "0.10.8", default-features = false}
smart-leds = "0.3.0"
ssd1306 = "0.8.4"
static_cell = { version = "1.2.0", features = ["nightly"] }
static_cell = { version = "=1.2.0", features = ["nightly"] }
hex-literal = "0.4.1"
elliptic-curve = {version = "0.13.6", default-features = false, features = ["sec1"] }
p192 = {version = "0.13.0", default-features = false, features = ["arithmetic"] }
Expand Down
2 changes: 1 addition & 1 deletion esp32h2-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ lis3dh-async = "0.8.0"
sha2 = { version = "0.10.8", default-features = false}
smart-leds = "0.3.0"
ssd1306 = "0.8.4"
static_cell = { version = "1.2.0", features = ["nightly"] }
static_cell = { version = "=1.2.0", features = ["nightly"] }
hex-literal = "0.4.1"
elliptic-curve = {version = "0.13.6", default-features = false, features = ["sec1"] }
p192 = {version = "0.13.0", default-features = false, features = ["arithmetic"] }
Expand Down
2 changes: 1 addition & 1 deletion esp32s2-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ lis3dh-async = "0.8.0"
sha2 = { version = "0.10.8", default-features = false }
smart-leds = "0.3.0"
ssd1306 = "0.8.4"
static_cell = { version = "1.2.0", features = ["nightly"] }
static_cell = { version = "=1.2.0", features = ["nightly"] }
usb-device = "0.2.9"
usbd-serial = "0.1.1"

Expand Down
2 changes: 1 addition & 1 deletion esp32s3-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ lis3dh-async = "0.8.0"
sha2 = { version = "0.10.8", default-features = false }
smart-leds = "0.3.0"
ssd1306 = "0.8.4"
static_cell = { version = "1.2.0", features = ["nightly"] }
static_cell = { version = "=1.2.0", features = ["nightly"] }
usb-device = "0.2.9"
usbd-serial = "0.1.1"

Expand Down

0 comments on commit 0e0a1c8

Please sign in to comment.