From b21a1c9665b9688e67a6e47e1de19296770014eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Est=C3=A9vez?= Date: Wed, 29 Jan 2025 10:54:53 +0100 Subject: [PATCH] bump to v0.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also update dependencies. The minor version is bumped because the GSE-HEM support has some API-breaking changes. Signed-off-by: Daniel Estévez --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7b4764d..a5a4106 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dvb-gse" -version = "0.6.2" +version = "0.7.0" edition = "2021" authors = ["Daniel Estevez "] description = "DVB-GSE (Digital Video Brodcast Generic Stream Encapsulation)" @@ -24,12 +24,12 @@ bytes = "1.2" clap = { version = "4", features = ["derive"], optional = true } crc = "3" env_logger = { version = "0.11", optional = true } -faster-hex = "0.9" +faster-hex = "0.10" lazy_static = "1.4" libc = { version = "0.2", optional = true } log = "0.4" num_enum = "0.7" -thiserror = "1" +thiserror = "2" tun-tap = { version = "0.1", default-features = false, optional = true } [dev-dependencies]