Skip to content

Commit 15ef65d

Browse files
committed
ESP32-S3 example: update heapless to 0.9.1
1 parent c8c155b commit 15ef65d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/example-esp32s3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ esp-bootloader-esp-idf = { version = "0.3.0", features = ["esp32s3"] }
1515
usb-device = { version = "0.3.2", features = ["control-buffer-256"] }
1616
usbd-midi = { path = "../../" }
1717
midi-convert = "0.2.0"
18-
heapless = "0.8.0"
18+
heapless = "0.9.1"

0 commit comments

Comments
 (0)