Skip to content

Commit

Permalink
Bump version to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
akonradi-signal committed Jul 18, 2024
1 parent d37b2f5 commit 49b246a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = ["cli", "common", "mp4san", "mp4san-derive", "mp4san-test", "mp4san-te
resolver = "2"

[workspace.package]
version = "0.5.1"
version = "0.5.2"
edition = "2021"

rust-version = "1.61.0"
Expand Down
4 changes: 2 additions & 2 deletions mp4san/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ downcast-rs = "1.2.0"
dyn-clonable = "0.9.0"
futures-util = { version = "0.3.28", default-features = false, features = ["io"] }
log = "0.4.17"
mediasan-common = { path = "../common", version = "=0.5.1" }
mp4san-derive = { path = "../mp4san-derive", version = "=0.5.1" }
mediasan-common = { path = "../common", version = "=0.5.2" }
mp4san-derive = { path = "../mp4san-derive", version = "=0.5.2" }
paste = "1.0.14"
thiserror = "1.0.38"

Expand Down
2 changes: 1 addition & 1 deletion webpsan/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ bytes = "1.3.0"
derive_builder = "0.20.0"
derive_more = "0.99.17"
log = "0.4.17"
mediasan-common = { path = "../common", version = "=0.5.1" }
mediasan-common = { path = "../common", version = "=0.5.2" }
num-integer = { version = "0.1.45", default-features = false }
num-traits = { version = "0.2.16", default-features = false }
thiserror = "1.0.38"
Expand Down

0 comments on commit 49b246a

Please sign in to comment.