Skip to content

Commit

Permalink
Merge pull request #1002 from quartiq/dependabot/cargo/embedded-hal-b…
Browse files Browse the repository at this point in the history
…us-0.3.0

build(deps): bump embedded-hal-bus from 0.2.0 to 0.3.0
  • Loading branch information
jordens authored Jan 27, 2025
2 parents 69ab275 + dd03608 commit 9ec8f60
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ embedded-hal-02 = { package = "embedded-hal", version = "0.2.7", features = [
"unproven",
] }
embedded-hal-1 = { package = "embedded-hal", version = "1.0" }
embedded-hal-bus = "0.2.0"
embedded-hal-bus = "0.3.0"
urukul = { version = "0.1.1", path = "urukul" }
ad9912 = { version = "0.1.1", path = "ad9912" }

Expand Down
2 changes: 1 addition & 1 deletion urukul/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ arbitrary-int = { version = "1.3.0", features = ["serde"] }
thiserror = { version = "2.0.11", default-features = false }
num-traits = { version = "0.2.19", default-features = false }
embedded-hal = { version = "1.0" }
embedded-hal-bus = "0.2.0"
embedded-hal-bus = "0.3.0"
bitbybit = "1.3.3"
ad9912 = { version = "0.1.1", path = "../ad9912" }
log = "0.4"
Expand Down

0 comments on commit 9ec8f60

Please sign in to comment.