Skip to content

Commit

Permalink
Merge pull request #12 from teamplayer3/renovate/bitfield-0.x
Browse files Browse the repository at this point in the history
Update Rust crate bitfield to 0.15
  • Loading branch information
teamplayer3 authored May 28, 2024
2 parents 42f90d2 + 10ac0b0 commit f436cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ async = ["dep:embedded-hal-async"]
[dependencies]
embedded-hal = "1.0"
embedded-hal-async = { version = "1.0", optional = true }
bitfield = "0.14"
bitfield = "0.15"
maybe-async-cfg = "0.2"
defmt = { version = "0.3", optional = true }

0 comments on commit f436cc0

Please sign in to comment.