aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rtic-sync/Cargo.toml2
-rw-r--r--rtic/Cargo.toml2
-rw-r--r--rtic/examples/pool.rs_old (renamed from rtic/examples/pool.rs)0
3 files changed, 2 insertions, 2 deletions
diff --git a/rtic-sync/Cargo.toml b/rtic-sync/Cargo.toml
index 8172e262..28659da8 100644
--- a/rtic-sync/Cargo.toml
+++ b/rtic-sync/Cargo.toml
@@ -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 }
diff --git a/rtic/Cargo.toml b/rtic/Cargo.toml
index 61ffdf7f..17257e03 100644
--- a/rtic/Cargo.toml
+++ b/rtic/Cargo.toml
@@ -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" }
diff --git a/rtic/examples/pool.rs b/rtic/examples/pool.rs_old
index 92c10c43..92c10c43 100644
--- a/rtic/examples/pool.rs
+++ b/rtic/examples/pool.rs_old