Skip to content

Commit

Permalink
Merge pull request #617 from jamesmunns/patch-1
Browse files Browse the repository at this point in the history
Update minimum `embedded-io` version for `embedded-io-async`
  • Loading branch information
Dirbaio authored Jul 16, 2024
2 parents 8a9b250 + a9c1ebd commit d31dfde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embedded-io-async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ alloc = ["embedded-io/alloc"]
defmt-03 = ["dep:defmt-03", "embedded-io/defmt-03"]

[dependencies]
embedded-io = { version = "0.6", path = "../embedded-io" }
embedded-io = { version = "0.6.1", path = "../embedded-io" }
defmt-03 = { package = "defmt", version = "0.3", optional = true }

[package.metadata.docs.rs]
Expand Down

0 comments on commit d31dfde

Please sign in to comment.