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

Commit 507fb26

Browse files
committed
Update to latest dependencies
1 parent a0a3fa5 commit 507fb26

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

Cargo.toml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rust-esp32-std-demo"
3-
version = "0.30.0"
3+
version = "0.30.1"
44
authors = ["ivmarkov"]
55
edition = "2021"
66
categories = ["embedded", "hardware-support"]
@@ -17,13 +17,6 @@ opt-level = "s"
1717
debug = true # Symbols are nice and they don't increase the size on Flash
1818
opt-level = "z"
1919

20-
[patch.crates-io]
21-
crossbeam-utils = { git = "https://github.com/crossbeam-rs/crossbeam" }
22-
esp-idf-svc = { git = "https://github.com/esp-rs/esp-idf-svc" }
23-
embedded-svc = { git = "https://github.com/esp-rs/embedded-svc" }
24-
esp-idf-hal = { git = "https://github.com/esp-rs/esp-idf-hal" }
25-
esp-idf-sys = { git = "https://github.com/esp-rs/esp-idf-sys" }
26-
2720
[features]
2821
default = []
2922

@@ -63,7 +56,7 @@ w5500 = []
6356
anyhow = {version = "1", features = ["backtrace"]}
6457
log = "0.4"
6558
url = "2"
66-
esp-idf-svc = { version = "0.47", features = ["nightly"] }
59+
esp-idf-svc = "0.48"
6760
embedded-graphics = "0.7"
6861
display-interface = "0.4"
6962
display-interface-spi = "0.4"

0 commit comments

Comments
 (0)