Skip to content

Commit

Permalink
update embedded-hal-async to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
arlyon committed Jan 9, 2024
1 parent e2f8eaf commit 711585f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "embedded-svc"
version = "0.26.4"
version = "0.26.5"
authors = ["Ivan Markov <[email protected]>"]
edition = "2018"
resolver = "2"
Expand Down Expand Up @@ -29,7 +29,7 @@ asyncify = ["dep:atomic-waker"]
heapless = { version = "0.8" }
embedded-io = { version = "0.6", default-features = false }
embedded-io-async = { version = "0.6", default-features = false, optional = true }
embedded-hal-async = { version = "=1.0.0-rc.1", default-features = false, optional = true }
embedded-hal-async = { version = "=1.0.0-rc.2", default-features = false, optional = true }
log = { version = "0.4", default-features = false, optional = true }
no-std-net = { version = "0.5", default-features = false }
serde = { version = "1", default-features = false, features = ["derive"], optional = true }
Expand Down

0 comments on commit 711585f

Please sign in to comment.