Skip to content

Commit fa3c66f

Browse files
committed
update package version, fix actions apt
1 parent 00fbee3 commit fa3c66f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Install libusb (apt armv7)
7272
if: ${{ matrix.os == 'ubuntu-latest' && matrix.target == 'armv7-unknown-linux-gnueabihf' }}
73-
uses: ryankurte/action-apt@v0.3.0
73+
uses: ryankurte/action-apt@v0.4.1
7474
with:
7575
arch: armhf
7676
packages: libusb-1.0-0:armhf libusb-1.0-0-dev:armhf

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "driver-cp2130"
3-
version = "1.0.0-alpha.5"
3+
version = "1.0.0"
44
authors = ["Ryan Kurte <ryankurte@gmail.com>"]
55
description = "libusb based driver for the CP2130 USB-SPI bridge by Silicon Labs"
66
repository = "https://github.com/ryankurte/rust-driver-cp2130"

0 commit comments

Comments
 (0)