Skip to content

Commit

Permalink
Merge pull request #24 from rp-rs/hal-0.9
Browse files Browse the repository at this point in the history
Use rp2040-hal version 0.9.0 & bump version to 0.7.0
  • Loading branch information
jannic authored Sep 1, 2023
2 parents a65cc33 + c02d9f0 commit a4523d6
Show file tree
Hide file tree
Showing 2 changed files with 134 additions and 136 deletions.
9 changes: 3 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "i2c-pio"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
license = "Apache-2.0"
description = "I2C driver implementation using the RP2040's PIO peripheral."
Expand All @@ -11,14 +11,11 @@ repository = "https://github.com/rp-rs/i2c-pio-rs"

[dependencies]
cortex-m = "0.7.3"
eh1_0_alpha = { version = "=1.0.0-alpha.9", package = "embedded-hal", optional = true }
eh1_0_alpha = { version = "=1.0.0-alpha.11", package = "embedded-hal", optional = true }
embedded-hal = "0.2.6"
nb = "1.0.0"
pio = "0.2.0"
pio-proc = "0.2.0"
rp2040-hal = "0.8.0"
rp2040-hal = "0.9.0"
fugit = "0.3.5"
defmt = { version = "0.3.0", optional = true }

[patch.crates-io]
rp2040-hal = { git = "https://github.com/rp-rs/rp-hal" }
Loading

0 comments on commit a4523d6

Please sign in to comment.