Skip to content

Commit

Permalink
(cargo-release) version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cadubentzen committed May 16, 2023
1 parent 21ba5a6 commit 4236d99
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion mkvparser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mkvparser"
version = "0.0.3"
version = "0.1.0"
authors = ["Carlos Bentzen <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 4236d99

Please sign in to comment.