Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan-DPC authored and Rahix committed Jun 27, 2023
1 parent d072f36 commit 09b6d5f
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 @@ -21,7 +21,7 @@ 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"] }
spin = { version = "0.9.2", optional = true }
spin = { version = "0.9.8", optional = true }
atomic-polyfill = { version = "1.0.1", optional = true }

embedded-hal-alpha = { package = "embedded-hal", version = "=1.0.0-alpha.9", optional = true }
Expand Down

0 comments on commit 09b6d5f

Please sign in to comment.