Skip to content

Commit

Permalink
Fix MSRV, bump
Browse files Browse the repository at this point in the history
  • Loading branch information
quietvoid committed Aug 19, 2022
1 parent 8eb06dc commit 9444267
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 20 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "dovi_tool"
version = "1.5.5"
version = "1.5.6"
authors = ["quietvoid"]
edition = "2021"
rust-version = "1.58.0"
rust-version = "1.61.0"
license = "MIT"
build = "build.rs"

Expand All @@ -13,7 +13,7 @@ hevc_parser = { version = "0.4.6", features = ["hevc_io"] }
dolby_vision = { path = "dolby_vision", "features" = ["xml", "serde_feature"] }
madvr_parse = "1.0.1"

anyhow = "1.0.61"
anyhow = "1.0.62"
clap = { version = "3.2.17", features = ["derive", "wrap_help", "deprecated"] }
indicatif = "0.17.0"
regex = "1.6.0"
Expand All @@ -28,7 +28,7 @@ assert_fs = "1.0.7"
predicates = "2.1.1"

[build-dependencies]
vergen = { version = "7.3.2", default-features = false, features = ["git"] }
vergen = { version = "7.4.0", default-features = false, features = ["git"] }

[[bin]]
name = "dovi_tool"
Expand Down
2 changes: 2 additions & 0 deletions dolby_vision/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## ??

## 1.7.0
- Add `clamp_values` function to `ExtMetadataBlockLevel1`.
- Add `fixup_l1` function to `GenerateConfig`.
- Allow replacing `L254` extension metadata blocks.
Expand Down
4 changes: 2 additions & 2 deletions dolby_vision/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[package]
name = "dolby_vision"
version = "1.6.7"
version = "1.7.0"
authors = ["quietvoid"]
edition = "2021"
rust-version = "1.56.0"
rust-version = "1.60.0"
license = "MIT"
description = "Dolby Vision metadata parsing and writing"
repository = "https://github.com/quietvoid/dovi_tool/tree/main/dolby_vision"
Expand Down

0 comments on commit 9444267

Please sign in to comment.