From 452655f8f42d20ef427e8059524b68be25cfb3b3 Mon Sep 17 00:00:00 2001 From: Aswin C Date: Mon, 3 Jan 2022 11:17:45 +0530 Subject: [PATCH] Use `av-data` version 0.3.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1d0a492..9ce5f56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,9 +10,9 @@ keywords = ["opus"] edition = "2018" [dependencies] -av-bitstream = { version = "0.1.0", git = "https://github.com/rust-av/rust-av" } +av-bitstream = "0.1.0" av-codec = "0.2.0" -av-data = "0.2.0" +av-data = "0.3.0" num-complex = "0.2" log = "0.4" integer-sqrt = "0.1.2"