From b92da9ec08ed94c3d50f2d4e0eb618350432d37c Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Tue, 22 Mar 2022 20:42:14 +0100 Subject: [PATCH] Tag --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b54f03d..1fae82f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libdvb-rs" -version = "0.4.1" +version = "0.4.2" description = "Safer pure-Rust interface for DVB-API v5 devices in Linux" authors = ["Cesbo Developers Team ", "Daniil Gentili "] license = "MIT" @@ -16,4 +16,4 @@ nix = "0.19" anyhow = "1.0" strum = { version = "0.23", features = ["derive"] } bitflags = "1.3.2" -itertools = "0.10.2" \ No newline at end of file +itertools = "0.10.2"