We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00fbee3 commit fa3c66fCopy full SHA for fa3c66f
.github/workflows/rust.yml
@@ -70,7 +70,7 @@ jobs:
70
71
- name: Install libusb (apt armv7)
72
if: ${{ matrix.os == 'ubuntu-latest' && matrix.target == 'armv7-unknown-linux-gnueabihf' }}
73
- uses: ryankurte/action-apt@v0.3.0
+ uses: ryankurte/action-apt@v0.4.1
74
with:
75
arch: armhf
76
packages: libusb-1.0-0:armhf libusb-1.0-0-dev:armhf
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "driver-cp2130"
3
-version = "1.0.0-alpha.5"
+version = "1.0.0"
4
authors = ["Ryan Kurte <ryankurte@gmail.com>"]
5
description = "libusb based driver for the CP2130 USB-SPI bridge by Silicon Labs"
6
repository = "https://github.com/ryankurte/rust-driver-cp2130"
0 commit comments