Skip to content

Commit

Permalink
chore: esp-hal-common - update embedded-hal rc
Browse files Browse the repository at this point in the history
Signed-off-by: Lachezar Lechev <[email protected]>
  • Loading branch information
elpiel committed Dec 23, 2023
1 parent 07b2b0d commit c4ddb2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions esp-hal-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ defmt = { version = "=0.3.5", optional = true }
embedded-can = { version = "0.4.1", optional = true }
embedded-dma = "0.2.0"
embedded-hal = { version = "0.2.7", features = ["unproven"] }
embedded-hal-1 = { version = "=1.0.0-rc.2", optional = true, package = "embedded-hal" }
embedded-hal-nb = { version = "=1.0.0-rc.2", optional = true }
embedded-hal-1 = { version = "=1.0.0-rc.3", optional = true, package = "embedded-hal" }
embedded-hal-nb = { version = "=1.0.0-rc.3", optional = true }
embedded-io = { version = "0.6.1", optional = true }
enumset = "1.1.3"
esp-synopsys-usb-otg = { version = "0.4.0", optional = true, features = ["fs", "esp32sx"] }
Expand All @@ -40,7 +40,7 @@ void = { version = "1.0.2", default-features = false }
usb-device = { version = "0.3.1", optional = true }

# async
embedded-hal-async = { version = "=1.0.0-rc.2", optional = true }
embedded-hal-async = { version = "=1.0.0-rc.3", optional = true }
embedded-io-async = { version = "0.6.1", optional = true }
embassy-executor = { version = "0.4.0", optional = true }
embassy-futures = { version = "0.1.1", optional = true }
Expand Down

0 comments on commit c4ddb2d

Please sign in to comment.