1
0
mirror of https://github.com/danog/libdvb.git synced 2024-11-26 20:04:39 +01:00
This commit is contained in:
Daniil Gentili 2022-03-22 20:42:14 +01:00
parent 086d025e00
commit b92da9ec08
Signed by: danog
GPG Key ID: 8C1BE3B34B230CA7

View File

@ -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 <info@cesbo.com>", "Daniil Gentili <daniil@daniil.it>"]
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"
itertools = "0.10.2"