Skip to content
This repository was archived by the owner on Aug 9, 2022. It is now read-only.

Commit faa5450

Browse files
authored
Merge pull request #32 from arjanmels/update-esp-to-0.5.0
Update esp to 0.5.0
2 parents ef33c64 + e54d014 commit faa5450

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ mem=[]
2929
[dependencies]
3030
esp32-hal-proc-macros = { path = "procmacros" }
3131

32-
xtensa-lx6-rt = { version = "0.2.0" }
33-
xtensa-lx6 = { version = "0.1.0" }
34-
esp32 = { version = "0.4.0" }
32+
xtensa-lx6-rt = "0.2.0"
33+
xtensa-lx6 = "0.1.0"
34+
esp32 = "0.5.0"
3535
bare-metal = "0.2"
3636
nb = "0.1.2"
3737
spin = "0.5.2"

0 commit comments

Comments
 (0)