From cccabff3d396a465dafae2a3a5cb14e1dd27c5bf Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Thu, 4 Jun 2020 23:43:21 +0000 Subject: [PATCH] Upgrade opusic-sys from 0.2.2 to 0.3 This upgrade is required for important cross-compilation fixes[1]. [1]: https://github.com/DoumanAsh/opusic-sys/pull/1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e774b5b..3100f17 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.2.2" +opusic-sys = "0.3" libc = "0.2"