Skip to content

Commit 9f51560

Browse files
committed
bump sys
1 parent 1639ad5 commit 9f51560

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.4.0"
4+
version = "0.5.0"
55
edition = "2021"
66
license = "LGPL-2.1"
77
authors = ["Anima <contact@animafps.xyz>"]

rustsynth/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ categories = ["multimedia::video", "api-bindings"]
1010
keywords = ["vapoursynth"]
1111

1212
[dependencies]
13-
rustsynth-sys = { version = "=0.4.0", path = "../rustsynth-sys" }
13+
rustsynth-sys = { version = "=0.5.0", path = "../rustsynth-sys" }
1414
thiserror = "1.0"
1515
bitflags = "1.3"
1616
half = { version = "2.0", optional = true }

0 commit comments

Comments
 (0)