diff --git a/Cargo.lock b/Cargo.lock index 5551c9e..f181efc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -471,9 +471,9 @@ dependencies = [ [[package]] name = "rtic-sync" -version = "1.1.1" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e8096150c2797823c1eedb84423acd3e56e8a4af48cbc04dcf240813ce7c875" +checksum = "5a243123bcfb0bbbbf27b89c13de35670875a8725ec69763062e8a5903e69e93" dependencies = [ "critical-section", "heapless", diff --git a/Cargo.toml b/Cargo.toml index 69175a2..c396d87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -45,7 +45,7 @@ rtic = { version = "2.0.1", features = ["thumbv6-backend"] } # RTIC monotonic timer using TIM2 rtic-monotonics = { version = "1.4.1", features = ["stm32f042k6", "stm32_tim2"] } # RTIC channels -rtic-sync = "1.1.1" +rtic-sync = "1.2.0" # Ensuring sizes of types static_assertions = "1.1.0" # STM32F0 HAL