Skip to content

Commit 42867f3

Browse files
committed
chore: update deps
1 parent f5df3dc commit 42867f3

File tree

11 files changed

+2476
-34
lines changed

11 files changed

+2476
-34
lines changed

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build-std = ["std", "panic_abort"]
1212
[env]
1313
MCU="esp32s3"
1414
# Note: this variable is not used by the pio builder (`cargo build --features pio`)
15-
ESP_IDF_VERSION = "v5.2.2"
15+
ESP_IDF_VERSION = { value = "tag:v5.3.2" }
1616

1717
# Workaround for https://github.com/esp-rs/esp-idf-template/issues/174
1818
CRATE_CC_NO_DEFAULTS = "1"

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
/.vscode
22
/.embuild
33
/target
4-
/Cargo.lock
54
/cfg.toml

0 commit comments

Comments
 (0)