Skip to content

Commit

Permalink
bump version to 0.4.0
Browse files Browse the repository at this point in the history
mp4san moved some public types to mediasan_common, and while i believe they are still re-exported in the same spots,
this is still a semver change, as tools like cbindgen will fail to work properly without knowledge of mediasan-common.
  • Loading branch information
jessa0 committed Oct 17, 2023
1 parent 1262a65 commit 314c878
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.3.2"
version = "0.4.0"
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.3.2" }
mp4san-derive = { path = "../mp4san-derive", version = "=0.3.2" }
mediasan-common = { path = "../common", version = "=0.4.0" }
mp4san-derive = { path = "../mp4san-derive", version = "=0.4.0" }
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 @@ -23,7 +23,7 @@ derive_builder = "0.12.0"
derive_more = "0.99.17"
futures-util = { version = "0.3.28", default-features = false, features = ["io"] }
log = "0.4.17"
mediasan-common = { path = "../common", version = "=0.3.2" }
mediasan-common = { path = "../common", version = "=0.4.0" }
num-integer = { version = "0.1.45", default-features = false }
num-traits = { version = "0.2.16", default-features = false }
pin-project = "1.1.3"
Expand Down

0 comments on commit 314c878

Please sign in to comment.