Skip to content

Commit

Permalink
Update embedded-io requirement from 0.5.0 to 0.6.0
Browse files Browse the repository at this point in the history
Updates the requirements on [embedded-io](https://github.com/rust-embedded/embedded-hal) to permit the latest version.
- [Release notes](https://github.com/rust-embedded/embedded-hal/releases)
- [Commits](rust-embedded/embedded-hal@embedded-io-v0.5.0...embedded-io-v0.6.0)

---
updated-dependencies:
- dependency-name: embedded-io
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 4, 2023
1 parent 20741d1 commit 1d3f0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capnp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ keywords = ["encoding", "protocol", "serialization"]
[dependencies]
quickcheck = { version = "1", optional = true }

embedded-io = { version = "0.5.0", default-features = false, optional = true }
embedded-io = { version = "0.6.0", default-features = false, optional = true }

[dev-dependencies]
quickcheck = "1"
Expand Down

0 comments on commit 1d3f0ca

Please sign in to comment.