Skip to content

Commit

Permalink
Fix lib and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
quietvoid committed May 22, 2022
1 parent 7389793 commit 4247fb4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dovi_tool"
version = "1.5.1"
version = "1.5.2"
authors = ["quietvoid"]
edition = "2021"
rust-version = "1.56.0"
Expand Down
4 changes: 2 additions & 2 deletions dolby_vision/src/rpu/generate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ pub struct GenerateConfig {
#[derive(Debug)]
#[cfg_attr(feature = "serde_feature", derive(Deserialize, Serialize))]
pub enum GenerateProfile {
#[serde(alias = "8.1")]
#[cfg_attr(feature = "serde_feature", serde(alias = "8.1"))]
Profile81,
#[serde(alias = "8.4")]
#[cfg_attr(feature = "serde_feature", serde(alias = "8.4"))]
Profile84,
}

Expand Down

0 comments on commit 4247fb4

Please sign in to comment.