Skip to content

Commit 751bd51

Browse files
Updated dependencies
1 parent 688cf76 commit 751bd51

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ license = "MIT OR Apache-2.0"
77

88
[dependencies]
99
esp8266-hal = { version = "0.5.1", optional = true}
10-
esp32-hal = { version = "0.7.0", optional = true }
11-
esp-backtrace = { version = "0.4.0", features = ["esp32", "panic-handler", "print-uart"], optional = true }
10+
esp32-hal = { version = "0.8.0", optional = true }
11+
esp-backtrace = { version = "0.5.0", features = ["esp32", "panic-handler", "print-uart"], optional = true }
1212

1313
esp-println = { version = "0.3.1", features = ["{{ mcu }}"]}
14-
xtensa-lx-rt = { version = "0.14.0", features = ["{{ mcu }}"], optional = true}
14+
xtensa-lx-rt = { version = "0.15.0", features = ["{{ mcu }}"], optional = true}
1515

1616
panic-halt = "0.2.0"
1717

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# Basic Template for ESP8266 projects in rust
2-
This package is based on the current versions of the included dependencies (as of 2022-12-22).
2+
This package is based on the current versions of the included dependencies (as of 2023-02-20).
33

44
## Dependency versions
55
| Dependency | Version | Notes |
66
| ------------- | --------- | ----------------------------------------------------------------------------------------------- |
77
| esp8266-hal | `v0.5.1` | |
8-
| esp32-hal | `v0.7.0` | |
9-
| esp-backtrace | `v0.4.0` | only used for ESP32, no ESP8266 support |
8+
| esp32-hal | `v0.8.0` | |
9+
| esp-backtrace | `v0.5.0` | only used for ESP32, no ESP8266 support |
1010
| esp-println | `v0.3.1` | |
11-
| xtensa-lx-rt | `v0.14.0` | |
11+
| xtensa-lx-rt | `v0.15.0` | |
1212
| panic-halt | `v0.2.0` | currently necessary as esp-backtrace doesn't support ESP8266, the latter is preferred for ESP32 |
1313

1414
## Toolchain Setup

0 commit comments

Comments
 (0)