From ad2ec9f0a3b66d38310b93c5a25d4c415c022a04 Mon Sep 17 00:00:00 2001 From: Hirokazu Honda Date: Fri, 6 Dec 2024 09:26:34 -0800 Subject: [PATCH] Uprev to 0.0.13 (#28) --- lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Cargo.toml b/lib/Cargo.toml index 3472bb8..ef00985 100644 --- a/lib/Cargo.toml +++ b/lib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cros-libva" -version = "0.0.12" +version = "0.0.13" license = "BSD-3-Clause" description = "Safe bindings over libva" repository = "https://github.com/chromeos/cros-libva"