Skip to content

Commit 9b74e95

Browse files
committed
Bump version numbers for rustsynth, rustsynth-derive, and rustsynth-sys to 0.7.0, 0.7.0, and 0.5.6 respectively
1 parent 4f2176d commit 9b74e95

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rustsynth-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rustsynth-derive"
33
description = "Procedural macro helpers for rustsynth"
4-
version = "0.6.0"
4+
version = "0.7.0"
55
edition.workspace = true
66
license.workspace = true
77
authors.workspace = true

rustsynth-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rustsynth-sys"
33
description = "Low level bindings to VapourSynth"
4-
version = "0.5.5"
4+
version = "0.5.6"
55
edition = "2021"
66
license = "LGPL-2.1"
77
authors = ["Anima <contact@animafps.xyz>"]

rustsynth/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustsynth"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
description = "Safe VapourSynth wrapper"
55
edition.workspace = true
66
license.workspace = true
@@ -16,7 +16,7 @@ bitflags = "2.9"
1616
half = { version = "2.0", optional = true }
1717
futures = "0.3"
1818
log = "0.4"
19-
rustsynth-derive = { version = "^0.6.0", path = "../rustsynth-derive", optional = true }
19+
rustsynth-derive = { version = "^0.7.0", path = "../rustsynth-derive", optional = true }
2020

2121
[features]
2222
# Enable the half::f16 type to be used for frame pixel data.

0 commit comments

Comments
 (0)