Skip to content

Commit

Permalink
embedded-hal: 1.0.0-rc.2 -> 1.0.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
newAM committed Dec 14, 2023
1 parent afc3103 commit 8d2a66d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions hl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ defmt = { version = "0.3.4", optional = true }
w5500-ll = { path = "../ll", version = "0.12.0" }

[dev-dependencies]
embedded-hal = "=1.0.0-rc.2"
embedded-hal = "=1.0.0-rc.3"
w5500-ll = { path = "../ll", version = "0.12.0", features = ["eh1", "defmt"] }
ehm = { package = "embedded-hal-mock", version = "=0.10.0-rc.3", features = ["embedded-hal-async", "eh0", "eh1"] }
ehm = { package = "embedded-hal-mock", git = "https://github.com/dbrgn/embedded-hal-mock.git", rev = "0dfd89fd554fa0c227ca124398c9164d85f53018", features = ["eh0", "eh1", "embedded-hal-async"] }

[package.metadata.docs.rs]
all-features = true
Expand Down
2 changes: 1 addition & 1 deletion ll/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Changed
- Updated `embedded-hal` from `1.0.0-rc.11` to `1.0.0-rc.2`.
- Updated `embedded-hal` from `1.0.0-rc.11` to `1.0.0-rc.3`.

## [0.12.0] - 2023-10-02
### Changed
Expand Down
6 changes: 3 additions & 3 deletions ll/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ std = []
[dependencies]
defmt = { version = "0.3.4", optional = true }
eh0 = { package = "embedded-hal", version = "0.2.7", optional = true }
eh1 = { package = "embedded-hal", version = "=1.0.0-rc.2", optional = true }
eha0a = { package = "embedded-hal-async", version = "=1.0.0-rc.2", optional = true }
eh1 = { package = "embedded-hal", version = "=1.0.0-rc.3", optional = true }
eha0a = { package = "embedded-hal-async", version = "=1.0.0-rc.3", optional = true }

[dev-dependencies]
tokio = { version = "1.21.2", features = ["rt", "macros"] }
ehm = { package = "embedded-hal-mock", version = "=0.10.0-rc.3", features = ["embedded-hal-async", "eh0", "eh1"] }
ehm = { package = "embedded-hal-mock", git = "https://github.com/dbrgn/embedded-hal-mock.git", rev = "0dfd89fd554fa0c227ca124398c9164d85f53018", features = ["eh0", "eh1", "embedded-hal-async"] }

[package.metadata.docs.rs]
all-features = true
Expand Down
2 changes: 1 addition & 1 deletion testsuite/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish = false
edition = "2021"

[dependencies]
ftdi-embedded-hal = { version = "0.19.0", features = ["libftd2xx", "libftd2xx-static"] }
ftdi-embedded-hal = { version = "0.20.0", features = ["libftd2xx", "libftd2xx-static"] }
log = "0.4"
rand_core = { version = "0.6.3", features = ["getrandom"] }
stderrlog = "0.5"
Expand Down

0 comments on commit 8d2a66d

Please sign in to comment.