Skip to content

Commit ae2a6d6

Browse files
feat(rust-training-esp32c3): Update deps (#65)
1 parent 2d4d707 commit ae2a6d6

File tree

2 files changed

+7
-11
lines changed

2 files changed

+7
-11
lines changed

rust-training-esp32c3/Cargo.toml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,25 +17,22 @@ default = ["native"]
1717
native = ["esp-idf-sys/native"]
1818

1919
[dependencies]
20-
anyhow = "=1.0.71"
20+
anyhow = "=1.0.86"
2121
embedded-hal = "=0.2.7"
22-
embedded-svc = "=0.25.0"
23-
esp-idf-hal = "=0.41.1"
24-
esp-idf-svc = { version = "=0.46.0", features = ["experimental", "alloc"] }
25-
esp-idf-sys = { version = "=0.33.0", features = ["binstart"] }
22+
embedded-svc = "=0.28.0"
23+
esp-idf-svc = "=0.49.0"
2624
get-uuid = { path = "../../common/lib/get-uuid" }
2725
icm42670 = "=0.1.1"
2826
lis3dh = "=0.4.2"
29-
log = "=0.4.18"
27+
log = "=0.4.22"
3028
mqtt-messages = { path = "../../common/lib/mqtt-messages" }
3129
rgb-led = { path = "../../common/lib/rgb-led" }
32-
shared-bus = "=0.2.5"
30+
shared-bus = "=0.3.1"
3331
shtcx = "=0.11.0"
3432
toml-cfg = "=0.1.3"
3533
wifi = { path = "../../common/lib/wifi" }
3634

37-
3835
[build-dependencies]
39-
anyhow = "=1.0.71"
40-
embuild = "=0.31.2"
36+
anyhow = "=1.0.86"
37+
embuild = "=0.32.0"
4138
toml-cfg = "=0.1.3"

rust-training-esp32c3/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ RUN WOKWI_MCU=esp32-c3 ./fetch.sh intro/http-client
2626
RUN WOKWI_MCU=esp32-c3 ./fetch.sh intro/http-server
2727
RUN WOKWI_MCU=esp32-c3 ./fetch.sh intro/mqtt/exercise
2828

29-
3029
ENV HEXI_SRC_DIR="/home/esp/build-in"
3130
ENV HEXI_SRC_FILES="*.rs"
3231
ENV HEXI_BUILD_CMD="bash /home/esp/compile.sh"

0 commit comments

Comments
 (0)