Skip to content

Commit

Permalink
Update esp-storage requirement from 0.1.0 to 0.2.0
Browse files Browse the repository at this point in the history
Updates the requirements on [esp-storage](https://github.com/esp-rs/esp-storage) to permit the latest version.
- [Release notes](https://github.com/esp-rs/esp-storage/releases)
- [Commits](esp-rs/esp-storage@v0.1.0...v0.2.0)

---
updated-dependencies:
- dependency-name: esp-storage
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 10, 2023
1 parent 17d5ff0 commit 12ebadb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dht-sensor ={ version = "0.2.1", optional=true}
postcard = "1.0.4"
tsl2591 = { version = "0.2.0", optional = true}
# For acessing and writing the flash storage
esp-storage = { version = "0.1.0", features = ["esp32c3"] }
esp-storage = { version = "0.2.0", features = ["esp32c3"] }
embedded-storage = "0.3.0"

[features]
Expand Down

0 comments on commit 12ebadb

Please sign in to comment.