Skip to content

Commit

Permalink
update embedded-io 0.6 and embassy-sync 0.3 (#171)
Browse files Browse the repository at this point in the history
* update embedded-io 0.6 and embassy-sync 0.3

* update embedded-io-adapter to 0.6
  • Loading branch information
tarfu authored Oct 9, 2023
1 parent 0575db4 commit 31a45fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions atat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ maintenance = { status = "actively-developed" }
name = "atat"

[dependencies]
embedded-io = "0.5.0"
embedded-io-async = { version = "0.5.0", optional = true }
embedded-io = "0.6.0"
embedded-io-async = { version = "0.6.0", optional = true }
futures = { version = "0.3", default-features = false, optional = true }
embassy-sync = "0.2"
embassy-sync = "0.3.0"
embassy-time = "0.1"
heapless = { version = "^0.7", features = ["serde"] }
serde_at = { path = "../serde_at", version = "^0.19.1", optional = true }
Expand Down
6 changes: 3 additions & 3 deletions examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ required-features = ["std"]

[dependencies]
atat = { path = "../atat", features = ["async"] }
embedded-io = "0.5"
embedded-io-async = "0.5"
embedded-io-adapters = { version = "0.5", optional = true }
embedded-io = "0.6"
embedded-io-async = "0.6"
embedded-io-adapters = { version = "0.6", optional = true }
critical-section = "1.1.1"

cortex-m = { version = "0.7.6", optional = true }
Expand Down

0 comments on commit 31a45fc

Please sign in to comment.