Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MabezDev committed Mar 30, 2024
1 parent 2ec9326 commit 46a39fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion block-device-adapters/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Block device adapters for managing byte level access and partitions
[dependencies]
aligned = "0.4.2"
embedded-io-async = "0.6.1"
block-device-driver = { version = "0.1", path = "../block-device-driver" }
block-device-driver = { version = "0.2", path = "../block-device-driver" }

log = { version = "0.4", optional = true }
defmt = { version = "0.3", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion sdspi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
embedded-hal-async = "1"
embedded-hal = "1"
sdio-host = "0.9.0"
block-device-driver = { version = "0.1.0", path = "../block-device-driver" }
block-device-driver = { version = "0.2.0", path = "../block-device-driver" }
embassy-futures = "0.1.1"
aligned = "0.4.2"

Expand Down

0 comments on commit 46a39fd

Please sign in to comment.