Skip to content

Commit fd2855a

Browse files
authored
Merge pull request #717 from rursprung/update-to-heapless-0.8
update to `heapless=0.8`
2 parents 2139041 + 14fb44f commit fd2855a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ defmt-rtt = "0.4.0"
6868
panic-probe = { version = "0.3.0", features = [ "print-defmt" ] }
6969
panic-semihosting = "0.6.0"
7070
cortex-m-semihosting = "0.5.0"
71-
heapless = "0.7.16"
71+
heapless = "0.8"
7272
panic-halt = "0.2.0"
7373
ssd1306 = "0.7.1"
7474
embedded-graphics = "0.7.1"

0 commit comments

Comments
 (0)