Skip to content

Commit

Permalink
removing unpoven feature from hal common
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Douglass committed Jun 5, 2024
1 parent ca2d3b7 commit ce8d092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion esp-hal-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ cfg-if = "1.0.0"
critical-section = "1.1.1"
embedded-can = { version = "0.4.1", optional = true }
embedded-dma = "0.2.0"
embedded-hal = { version = "1.0.0", features = ["unproven"] }
embedded-hal = { version = "1.0.0" }
embedded-hal-1 = { version = "1.0.0", optional = true, package = "embedded-hal" }
embedded-hal-nb = { version = "1.0.0", optional = true }
esp-synopsys-usb-otg = { version = "0.3.1", optional = true, features = ["fs", "esp32sx"] }
Expand Down
2 changes: 1 addition & 1 deletion esp32c3-hal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ categories = [
[dependencies]
cfg-if = "1.0.0"
embassy-time = { version = "0.1.1", features = ["nightly"], optional = true }
embedded-hal = { version = "1.0.0", features = ["unproven"] }
embedded-hal = { version = "1.0.0" }
embedded-hal-1 = { version = "1.0.0", optional = true, package = "embedded-hal" }
embedded-hal-async = { version = "0.2.0-alpha.1", optional = true }
embedded-hal-nb = { version = "1.0.0", optional = true }
Expand Down

0 comments on commit ce8d092

Please sign in to comment.