Skip to content

Commit 5a5344d

Browse files
author
Aurélien Jacobs
committed
embedded-io-adapters: use git version of embedded-storage until a new release is available
1 parent 2d0f56d commit 5a5344d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

embedded-io-adapters/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ embedded-io-async = { version = "0.6.1", path = "../embedded-io-async", optional
2626

2727
futures = { version = "0.3.21", features = ["std"], default-features = false, optional = true }
2828
tokio = { version = "1", features = ["io-util"], default-features = false, optional = true }
29-
embedded-storage = { version = "0.3.1", optional = true }
30-
embedded-storage-async = { version = "0.4.1", optional = true }
29+
embedded-storage = { git = "https://github.com/rust-embedded-community/embedded-storage.git", optional = true }
30+
embedded-storage-async = { git = "https://github.com/rust-embedded-community/embedded-storage.git", optional = true }
3131
defmt-03 = { package = "defmt", version = "0.3", optional = true }
3232

3333
[package.metadata.docs.rs]

0 commit comments

Comments
 (0)