From 171e1d021004626f7444d1e39b98f50bc3cb2604 Mon Sep 17 00:00:00 2001 From: sergey duck Date: Tue, 2 Mar 2021 14:07:23 +0300 Subject: [PATCH] opusic-sys is updated to 0.3.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 159184f..e0909fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,5 +14,5 @@ repository = "https://github.com/DuckerMan/magnum-opus" documentation = "https://docs.rs/magnum-opus" [dependencies] -opusic-sys = "0.4.0" +opusic-sys = "0.3.4" libc = "0.2"