Skip to content

Commit 1639ad5

Browse files
committed
bump version to v0.5.0
1 parent 30029da commit 1639ad5

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rustsynth-derive"
33
description = "Procedual macro helpers for rustsynth"
4-
version = "0.4.0"
4+
version = "0.5.0"
55
edition = "2021"
66
license = "LGPL-2.1"
77
authors = ["Anima <contact@animafps.xyz>"]
@@ -16,4 +16,4 @@ proc-macro = true
1616
syn = { version = "2.0", features = ["full"] }
1717
quote = "1.0"
1818
proc-macro2 = "1.0"
19-
rustsynth = { version = "=0.4.0", path = "../rustsynth" }
19+
rustsynth = { version = "=0.5.0", path = "../rustsynth" }

rustsynth/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rustsynth"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
edition = "2021"
55
license = "LGPL-2.1"
66
description = "Safe VapourSynth wrapper"

0 commit comments

Comments
 (0)