From 3adb312f42460f10fcd7157e5ef7a15ee7110e05 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Wed, 1 Nov 2023 14:11:15 +0100 Subject: [PATCH] Also bump to 0.10.1 To avoid the yanked 0.10.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 809b6e6..de9a7b1 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.10.1" [dependencies] bitflags = "2"