Update dev-dependency on cortex-m-rtic to 1.1.2 (#357)

Also remove dependency in two places where it is not used
This commit is contained in:
Jan Niehusmann 2022-06-14 11:23:42 +02:00 committed by GitHub
parent 1574a36f7e
commit fa77dd54d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 3 deletions

View file

@ -39,7 +39,6 @@ optional = true
[dev-dependencies] [dev-dependencies]
panic-halt= "0.2.0" panic-halt= "0.2.0"
embedded-hal ="0.2.5" embedded-hal ="0.2.5"
cortex-m-rtic = "0.6.0-alpha.5"
nb = "1.0" nb = "1.0"
# i2c-pio = { git = "https://github.com/ithinuel/i2c-pio-rs", rev = "afc2dad0e955da2b712d7f7cd78c7af88ddc6a45" } # i2c-pio = { git = "https://github.com/ithinuel/i2c-pio-rs", rev = "afc2dad0e955da2b712d7f7cd78c7af88ddc6a45" }

View file

@ -20,7 +20,6 @@ rp2040-boot2 = { version = "0.2.0", optional = true }
embedded-time = "0.12.0" embedded-time = "0.12.0"
panic-halt= "0.2.0" panic-halt= "0.2.0"
embedded-hal ="0.2.5" embedded-hal ="0.2.5"
cortex-m-rtic = "0.6.0-alpha.5"
nb = "1.0" nb = "1.0"
[features] [features]

View file

@ -24,7 +24,7 @@ futures = { version = "0.3", default-features = false, optional = true }
[dev-dependencies] [dev-dependencies]
panic-halt= "0.2.0" panic-halt= "0.2.0"
embedded-hal ="0.2.5" embedded-hal ="0.2.5"
cortex-m-rtic = "0.6.0-rc.4" cortex-m-rtic = "1.1.2"
nb = "1.0" nb = "1.0"
i2c-pio = { git = "https://github.com/rp-rs/i2c-pio-rs", branch = "hal_0.5.0" } i2c-pio = { git = "https://github.com/rp-rs/i2c-pio-rs", branch = "hal_0.5.0" }
heapless = "0.7.9" heapless = "0.7.9"