Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
saecki committed Jan 1, 2021
1 parent 2a4fb47 commit 45c9754
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mp4ameta"
version = "0.7.3"
version = "0.8.0"
authors = ["Saecki <tobiasschmitz2001@gmail.com>"]
license = "MIT OR Apache-2.0"
readme = "README.md"
Expand All @@ -12,7 +12,7 @@ edition = "2018"

[dependencies]
lazy_static = "1.4.0"
mp4ameta_proc = { path = "mp4ameta_proc", version = "0.2.0" }
mp4ameta_proc = { path = "mp4ameta_proc", version = "0.2.1" }

[dev-dependencies]
walkdir = "2.3.1"
2 changes: 1 addition & 1 deletion mp4ameta_proc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mp4ameta_proc"
version = "0.2.0"
version = "0.2.1"
authors = ["Saecki <tobiasschmitz2001@gmail.com>"]
license = "MIT OR Apache-2.0"
description = "Procedural macros to generate common accessors for the mp4ameta crate."
Expand Down

0 comments on commit 45c9754

Please sign in to comment.