Skip to content

Commit

Permalink
embedded-io-adapters: use git version of embedded-storage until a new…
Browse files Browse the repository at this point in the history
… release is available
  • Loading branch information
Aurélien Jacobs committed Jun 18, 2024
1 parent 2d0f56d commit 5a5344d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions embedded-io-adapters/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ embedded-io-async = { version = "0.6.1", path = "../embedded-io-async", optional

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

[package.metadata.docs.rs]
Expand Down

0 comments on commit 5a5344d

Please sign in to comment.