Skip to content

Commit

Permalink
Depend on rp2040-hal 0.11 and bump version to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jannic committed Dec 22, 2024
1 parent 8eb12fa commit 216948a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "i2c-pio"
version = "0.8.0"
version = "0.9.0"
edition = "2021"
license = "Apache-2.0"
description = "I2C driver implementation using the RP2040's PIO peripheral."
Expand All @@ -17,7 +17,7 @@ embedded_hal_0_2 = { version = "0.2.6", package = "embedded-hal" }
nb = "1.0.0"
pio = "0.2.0"
pio-proc = "0.2.0"
rp2040-hal = "0.10.0"
rp2040-hal = "0.11.0"
fugit = "0.3.5"
defmt = { version = "0.3.0", optional = true }
either = { version = "1.10.0", default-features = false }
Expand Down

0 comments on commit 216948a

Please sign in to comment.