Skip to content

Commit

Permalink
Merge pull request #768 from quartiq/dependabot/cargo/shared-bus-0.3.0
Browse files Browse the repository at this point in the history
build(deps): bump shared-bus from 0.2.5 to 0.3.0
  • Loading branch information
ryan-summers authored Aug 21, 2023
2 parents eb1a4a4 + 79d0aca commit a468e2e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 5 deletions.
29 changes: 25 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ rtt-logger = "0.2"
systick-monotonic = "1.0"
mono-clock = "0.1"
spin = { version = "0.9", default-features = false, features = ["spin_mutex"]}
shared-bus = "0.2"
shared-bus = { version = "0.3", features = ["cortex-m"] }
lm75 = "0.2"
enum-iterator = "1.4.1"
rand_xorshift = "0.3.0"
Expand Down

0 comments on commit a468e2e

Please sign in to comment.