bump dependencies
This commit is contained in:
10
Cargo.toml
10
Cargo.toml
@@ -5,9 +5,9 @@ edition = "2024"
|
|||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
derive-mmio = "0.5"
|
derive-mmio = "0.6"
|
||||||
bitbybit = "1.3"
|
bitbybit = "1.3"
|
||||||
arbitrary-int = "1.3"
|
arbitrary-int = "2"
|
||||||
nb = "1"
|
nb = "1"
|
||||||
libm = "0.2"
|
libm = "0.2"
|
||||||
critical-section = "1"
|
critical-section = "1"
|
||||||
@@ -15,9 +15,9 @@ thiserror = { version = "2", default-features = false }
|
|||||||
fugit = "0.3"
|
fugit = "0.3"
|
||||||
embedded-hal-async = "1"
|
embedded-hal-async = "1"
|
||||||
embedded-hal-nb = "1"
|
embedded-hal-nb = "1"
|
||||||
embedded-io = "0.6"
|
embedded-io = "0.7"
|
||||||
embedded-io-async = "0.6"
|
embedded-io-async = "0.7"
|
||||||
embassy-sync = "0.6"
|
embassy-sync = "0.7"
|
||||||
raw-slicee = "0.1"
|
raw-slicee = "0.1"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|||||||
Reference in New Issue
Block a user