Skip to content

Commit 92c282f

Browse files
authored
Merge pull request #28 from jannic/hal-0.11
Depend on rp2040-hal 0.11 and bump version to 0.9.0
2 parents dead9eb + 216948a commit 92c282f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "i2c-pio"
3-
version = "0.8.0"
3+
version = "0.9.0"
44
edition = "2021"
55
license = "Apache-2.0"
66
description = "I2C driver implementation using the RP2040's PIO peripheral."
@@ -17,7 +17,7 @@ embedded_hal_0_2 = { version = "0.2.6", package = "embedded-hal" }
1717
nb = "1.0.0"
1818
pio = "0.2.0"
1919
pio-proc = "0.2.0"
20-
rp2040-hal = "0.10.0"
20+
rp2040-hal = "0.11.0"
2121
fugit = "0.3.5"
2222
defmt = { version = "0.3.0", optional = true }
2323
either = { version = "1.10.0", default-features = false }

0 commit comments

Comments
 (0)