From a528ad7abdb7c1012f7bae9ed3667952437b0b0e Mon Sep 17 00:00:00 2001 From: ryan kurte Date: Tue, 15 Feb 2022 09:57:41 +1300 Subject: [PATCH] (cargo-release) version 1.0.0-alpha.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 18062fd..9df412b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "driver-cp2130" -version = "1.0.0-alpha.4" +version = "1.0.0-alpha.5" authors = ["Ryan Kurte "] description = "libusb based driver for the CP2130 USB-SPI bridge by Silicon Labs" repository = "https://github.com/ryankurte/rust-driver-cp2130"