This repository was archived by the owner on Aug 1, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " rust-esp32-std-demo"
3
- version = " 0.30.0 "
3
+ version = " 0.30.1 "
4
4
authors = [" ivmarkov" ]
5
5
edition = " 2021"
6
6
categories = [" embedded" , " hardware-support" ]
@@ -17,13 +17,6 @@ opt-level = "s"
17
17
debug = true # Symbols are nice and they don't increase the size on Flash
18
18
opt-level = " z"
19
19
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
-
27
20
[features ]
28
21
default = []
29
22
@@ -63,7 +56,7 @@ w5500 = []
63
56
anyhow = {version = " 1" , features = [" backtrace" ]}
64
57
log = " 0.4"
65
58
url = " 2"
66
- esp-idf-svc = { version = " 0.47 " , features = [ " nightly " ] }
59
+ esp-idf-svc = " 0.48 "
67
60
embedded-graphics = " 0.7"
68
61
display-interface = " 0.4"
69
62
display-interface-spi = " 0.4"
You can’t perform that action at this time.
0 commit comments