From fa77dd54d2d933457ed79849915bf3fad7771f0b Mon Sep 17 00:00:00 2001 From: Jan Niehusmann Date: Tue, 14 Jun 2022 11:23:42 +0200 Subject: [PATCH] Update dev-dependency on cortex-m-rtic to 1.1.2 (#357) Also remove dependency in two places where it is not used --- boards/arduino_nano_connect/Cargo.toml | 1 - boards/pimoroni-pico-lipo-16mb/Cargo.toml | 1 - boards/rp-pico/Cargo.toml | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/boards/arduino_nano_connect/Cargo.toml b/boards/arduino_nano_connect/Cargo.toml index 5fe37d9..24673e8 100644 --- a/boards/arduino_nano_connect/Cargo.toml +++ b/boards/arduino_nano_connect/Cargo.toml @@ -39,7 +39,6 @@ optional = true [dev-dependencies] panic-halt= "0.2.0" embedded-hal ="0.2.5" -cortex-m-rtic = "0.6.0-alpha.5" nb = "1.0" # i2c-pio = { git = "https://github.com/ithinuel/i2c-pio-rs", rev = "afc2dad0e955da2b712d7f7cd78c7af88ddc6a45" } diff --git a/boards/pimoroni-pico-lipo-16mb/Cargo.toml b/boards/pimoroni-pico-lipo-16mb/Cargo.toml index 9f06972..4751f65 100644 --- a/boards/pimoroni-pico-lipo-16mb/Cargo.toml +++ b/boards/pimoroni-pico-lipo-16mb/Cargo.toml @@ -20,7 +20,6 @@ rp2040-boot2 = { version = "0.2.0", optional = true } embedded-time = "0.12.0" panic-halt= "0.2.0" embedded-hal ="0.2.5" -cortex-m-rtic = "0.6.0-alpha.5" nb = "1.0" [features] diff --git a/boards/rp-pico/Cargo.toml b/boards/rp-pico/Cargo.toml index 35fd56f..bcc3c6d 100644 --- a/boards/rp-pico/Cargo.toml +++ b/boards/rp-pico/Cargo.toml @@ -24,7 +24,7 @@ futures = { version = "0.3", default-features = false, optional = true } [dev-dependencies] panic-halt= "0.2.0" embedded-hal ="0.2.5" -cortex-m-rtic = "0.6.0-rc.4" +cortex-m-rtic = "1.1.2" nb = "1.0" i2c-pio = { git = "https://github.com/rp-rs/i2c-pio-rs", branch = "hal_0.5.0" } heapless = "0.7.9"