Skip to content

Commit

Permalink
chore: bump librgbmatrix-sys from 0.11.0 to 0.12.0
Browse files Browse the repository at this point in the history
Bumps [librgbmatrix-sys](https://github.com/polyfloyd/librgbmatrix-sys) from 0.11.0 to 0.12.0.
- [Commits](polyfloyd/librgbmatrix-sys@v0.11.0...v0.12.0)

---
updated-dependencies:
- dependency-name: librgbmatrix-sys
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and polyfloyd committed Oct 2, 2024
1 parent 6996ecd commit 93f90ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -21,7 +21,7 @@ rpi-led-matrix = [ "librgbmatrix-sys" ]
byteorder = "1"
clap = { version = "4.5", features = [ "cargo" ] }
gpio = "0.4"
librgbmatrix-sys = { version = "0.11", optional = true }
librgbmatrix-sys = { version = "0.12", optional = true }
net2 = "0.2"
nix = { version = "0.29", features = [ "fs", "term", "net", "poll" ] }
regex = "1"
Expand Down

0 comments on commit 93f90ec

Please sign in to comment.