Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
saecki committed Apr 18, 2021
1 parent 8a45fde commit 2cd1f59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mp4ameta"
version = "0.9.1"
version = "0.10.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 = "proc", version = "0.4.0" }
mp4ameta_proc = { path = "proc", version = "0.5.0" }

[dev-dependencies]
walkdir = "2.3.1"
walkdir = "2.3.2"
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.4.0"
version = "0.5.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 2cd1f59

Please sign in to comment.