From 1fbfb6a82e057b904b97530170ff4cd59c1787ba Mon Sep 17 00:00:00 2001 From: Sami Salonen Date: Sat, 14 Mar 2020 13:06:35 +0200 Subject: [PATCH] (cargo-release) version 1.0.7 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 976183f..6696543 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -34,7 +34,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cec-alsa-sync" -version = "1.0.7-alpha.0" +version = "1.0.7" dependencies = [ "cec-rs 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index f4bc4f3..0e84d9c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ path = 'src/bin.rs' [package] name = 'cec-alsa-sync' -version = "1.0.7-alpha.0" +version = "1.0.7" authors = ['Sami Salonen'] edition = '2018' license = 'GPL-2.0'