Skip to content

Commit

Permalink
Merge pull request #24 from bugadani/update
Browse files Browse the repository at this point in the history
Update bleps to embedded-io 0.6
  • Loading branch information
bjoernQ authored Oct 30, 2023
2 parents 60b3881 + 829e6ee commit 0db8fcb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bleps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ categories = [

[dependencies]
log = "0.4.16"
embedded-io-blocking = { package = "embedded-io", version = "0.5.0" }
embedded-io-async = { version = "0.5.0", optional = true }
embedded-io-blocking = { package = "embedded-io", version = "0.6.1" }
embedded-io-async = { version = "0.6.0", optional = true }
futures = { version = "0.3", default-features = false, optional = true }
critical-section = { version = "1.0.1", optional = true }
defmt = {version = "0.3", optional = true }
Expand Down

0 comments on commit 0db8fcb

Please sign in to comment.