Skip to content

Commit

Permalink
chore: update static_cell to 2.1 to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyGrondin committed Sep 9, 2024
1 parent 8ac6b46 commit 322d3af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ embedded-io = "0.6.1"
embedded-io-async = { version = "0.6.0", optional = true }
heapless = "0.8.0"
critical-section = "1.0.1"
static_cell = { version = "=1.2", features = ["nightly"] }
static_cell = { version = "2.1", features = ["nightly"] }

esp-mbedtls = { path = "./esp-mbedtls" }

Expand Down

0 comments on commit 322d3af

Please sign in to comment.