Skip to content
This repository has been archived by the owner on Aug 1, 2024. It is now read-only.

Commit

Permalink
Update to latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Jan 26, 2024
1 parent a0a3fa5 commit 507fb26
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust-esp32-std-demo"
version = "0.30.0"
version = "0.30.1"
authors = ["ivmarkov"]
edition = "2021"
categories = ["embedded", "hardware-support"]
Expand All @@ -17,13 +17,6 @@ opt-level = "s"
debug = true # Symbols are nice and they don't increase the size on Flash
opt-level = "z"

[patch.crates-io]
crossbeam-utils = { git = "https://github.com/crossbeam-rs/crossbeam" }
esp-idf-svc = { git = "https://github.com/esp-rs/esp-idf-svc" }
embedded-svc = { git = "https://github.com/esp-rs/embedded-svc" }
esp-idf-hal = { git = "https://github.com/esp-rs/esp-idf-hal" }
esp-idf-sys = { git = "https://github.com/esp-rs/esp-idf-sys" }

[features]
default = []

Expand Down Expand Up @@ -63,7 +56,7 @@ w5500 = []
anyhow = {version = "1", features = ["backtrace"]}
log = "0.4"
url = "2"
esp-idf-svc = { version = "0.47", features = ["nightly"] }
esp-idf-svc = "0.48"
embedded-graphics = "0.7"
display-interface = "0.4"
display-interface-spi = "0.4"
Expand Down

0 comments on commit 507fb26

Please sign in to comment.