From b1d997d62bb11d7240ecee12fe85d0076febced4 Mon Sep 17 00:00:00 2001 From: "Tyler St. Onge" Date: Wed, 23 Oct 2024 12:24:18 -0400 Subject: [PATCH] x264-sys version bump 0.2.2 --- x264-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x264-sys/Cargo.toml b/x264-sys/Cargo.toml index 9b25c0c..09c4f17 100644 --- a/x264-sys/Cargo.toml +++ b/x264-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "x264-sys" -version = "0.2.1" +version = "0.2.2" authors = ["Luca Barbato "] license = "MIT" description = "FFI bindings to x264"