Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias committed Feb 14, 2021
1 parent d23f754 commit 4795c15
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.9.0"
version = "0.9.1"
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 = "proc", version = "0.3.0" }
mp4ameta_proc = { path = "proc", version = "0.4.0" }

[dev-dependencies]
walkdir = "2.3.1"
2 changes: 1 addition & 1 deletion proc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mp4ameta_proc"
version = "0.3.0"
version = "0.4.0"
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 4795c15

Please sign in to comment.