From 301735e924aaeee4260c98d9c82a75be4cd6be44 Mon Sep 17 00:00:00 2001 From: sergey duck Date: Tue, 2 Mar 2021 14:06:39 +0300 Subject: [PATCH] 0.4.0 release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e0909fc..159184f 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.3.4" +opusic-sys = "0.4.0" libc = "0.2"