Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Remove (unused) r0 dependency from Cargo manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebraham committed Feb 3, 2023
1 parent 3e2120a commit 582abb3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,9 @@ links = "xtensa-lx"
features = ["esp32"]

[dependencies]
bare-metal = "1.0"
mutex-trait = "0.2"
r0 = "1.0"
spin = { version = "0.9", optional = true }
bare-metal = "1.0.0"
mutex-trait = "0.2.0"
spin = { version = "0.9.4", optional = true }

[features]
esp32 = ["ccompare0", "ccompare1", "ccompare2", "ccount", "spin"]
Expand Down

0 comments on commit 582abb3

Please sign in to comment.