Skip to content

Commit

Permalink
Update to heapless 0.8, disable pool test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
korken89 committed Dec 4, 2023
1 parent 207f7db commit 223d6d9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rtic-sync/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down
2 changes: 1 addition & 1 deletion rtic/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
File renamed without changes.

0 comments on commit 223d6d9

Please sign in to comment.