Skip to content

Commit bda3891

Browse files
dependabot[bot]taiki-e
authored andcommitted
Update esp-println requirement from 0.6 to 0.7 in /tests/xtensa
Updates the requirements on [esp-println](https://github.com/esp-rs/esp-println) to permit the latest version. - [Release notes](https://github.com/esp-rs/esp-println/releases) - [Commits](esp-rs/esp-println@v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: esp-println dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5fa7bc7 commit bda3891

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/xtensa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test-helper = { path = "../helper" }
1414
paste = "1"
1515

1616
[target.xtensa-esp32-none-elf.dependencies]
17-
esp-println = { version = "0.6", default-features = false, features = ["uart", "esp32"] }
17+
esp-println = { version = "0.7", default-features = false, features = ["uart", "esp32"] }
1818
esp32-hal = "0.15"
1919
xtensa-lx-rt = { version = "0.16", features = ["esp32"] }
2020

0 commit comments

Comments
 (0)