Skip to content

Commit

Permalink
update package version, fix actions apt
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankurte committed Apr 17, 2024
1 parent 00fbee3 commit fa3c66f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

- name: Install libusb (apt armv7)
if: ${{ matrix.os == 'ubuntu-latest' && matrix.target == 'armv7-unknown-linux-gnueabihf' }}
uses: ryankurte/action-apt@v0.3.0
uses: ryankurte/action-apt@v0.4.1
with:
arch: armhf
packages: libusb-1.0-0:armhf libusb-1.0-0-dev:armhf
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "driver-cp2130"
version = "1.0.0-alpha.5"
version = "1.0.0"
authors = ["Ryan Kurte <ryankurte@gmail.com>"]
description = "libusb based driver for the CP2130 USB-SPI bridge by Silicon Labs"
repository = "https://github.com/ryankurte/rust-driver-cp2130"
Expand Down

0 comments on commit fa3c66f

Please sign in to comment.