From 64088f380aa663abba124a89a4e6e5eb5dff85c4 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Sat, 25 Feb 2023 11:08:00 +0100 Subject: [PATCH] Rename 0.10.0 to 0.9.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f66d170..b4e0960 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT" name = "dav1d" readme = "README.md" repository = "https://github.com/rust-av/dav1d-rs" -version = "0.10.0" +version = "0.9.2" [dependencies] bitflags = "1"