Skip to content

Commit

Permalink
bump to v0.7.0
Browse files Browse the repository at this point in the history
Also update dependencies. The minor version is bumped because the
GSE-HEM support has some API-breaking changes.

Signed-off-by: Daniel Estévez <[email protected]>
  • Loading branch information
daniestevez committed Jan 29, 2025
1 parent 3afe923 commit b21a1c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dvb-gse"
version = "0.6.2"
version = "0.7.0"
edition = "2021"
authors = ["Daniel Estevez <[email protected]>"]
description = "DVB-GSE (Digital Video Brodcast Generic Stream Encapsulation)"
Expand All @@ -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]
Expand Down

0 comments on commit b21a1c9

Please sign in to comment.