Update to heapless 0.8, disable pool test for now (#846)

This commit is contained in:
Emil Fresk 2023-12-04 18:26:21 +01:00 committed by GitHub
parent 207f7dba48
commit fd085e6a01
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View file

@ -17,7 +17,7 @@ license = "MIT OR Apache-2.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
heapless = "0.7"
heapless = "0.8"
critical-section = "1"
rtic-common = { version = "1.0.0", path = "../rtic-common" }
portable-atomic = { version = "1", default-features = false }

View file

@ -43,7 +43,7 @@ rtic-core = "1"
critical-section = "1"
[dev-dependencies]
heapless = "0.7.7"
heapless = "0.8"
lm3s6965 = "0.2"
cortex-m-semihosting = "0.5.0"
rtic-time = { path = "../rtic-time" }