Skip to content

Commit

Permalink
Update xtensa-lx requirement from 0.8.0 to 0.9.0
Browse files Browse the repository at this point in the history
Updates the requirements on [xtensa-lx](https://github.com/esp-rs/xtensa-lx) to permit the latest version.
- [Commits](https://github.com/esp-rs/xtensa-lx/commits)

---
updated-dependencies:
- dependency-name: xtensa-lx
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent 7ee581b commit 03a2285
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 @@ -20,7 +20,7 @@ embedded-hal = { version = "0.2.3", features = ["unproven"] }
nb = "1.0.0"
once_cell = { version = "1.4.0", optional = true }
cortex-m = { version = "0.7.7", optional = true }
xtensa-lx = { version = "0.8.0", optional = true, features = ["spin"] }
xtensa-lx = { version = "0.9.0", optional = true, features = ["spin"] }
spin = { version = "0.9.8", optional = true }
atomic-polyfill = { version = "1.0.1", optional = true }

Expand Down

0 comments on commit 03a2285

Please sign in to comment.