diff --git a/Cargo.lock b/Cargo.lock index 5792fa7..ff49cd1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -553,7 +553,7 @@ dependencies = [ [[package]] name = "mkvparser" -version = "0.0.3" +version = "0.1.0" dependencies = [ "chrono", "convert_case", diff --git a/Cargo.toml b/Cargo.toml index 24b174c..e5c5126 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ exclude = ["tests/*", ".github/*"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -mkvparser = { path = "mkvparser", version = "0.0.3" } +mkvparser = { path = "mkvparser", version = "0.1.0" } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" serde_yaml = "0.9" diff --git a/mkvparser/Cargo.toml b/mkvparser/Cargo.toml index 0753aa3..7c2cc05 100644 --- a/mkvparser/Cargo.toml +++ b/mkvparser/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mkvparser" -version = "0.0.3" +version = "0.1.0" authors = ["Carlos Bentzen "] edition = "2021" license = "MIT OR Apache-2.0"