Skip to content

Commit

Permalink
Merge pull request #1 from Dylan-DPC/patch-1
Browse files Browse the repository at this point in the history
Update Cargo.toml
  • Loading branch information
marius-meissner authored Aug 14, 2023
2 parents 5b9800f + 99e98af commit 003f10b
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
Expand Up @@ -15,7 +15,7 @@ documentation = "https://docs.rs/pca9539"
embedded-hal = { version = "0.2.7", features = ["unproven"] }
bitmaps = { version = "3.1.0", default-features = false }
cortex-m = { version = "0.7.4", optional = true }
spin = { version = "0.9.2", optional = true }
spin = { version = "0.9.8", optional = true }

[dev-dependencies]
mockall = "0.11.0"
Expand All @@ -25,4 +25,4 @@ default = ["example"]
# Contains a dummy I2C bus for examples
example = []
# Fail on warnings
strict = []
strict = []

0 comments on commit 003f10b

Please sign in to comment.