From 5fc88fb6e44ca0903f1a85be9b0d6c93d59f8607 Mon Sep 17 00:00:00 2001 From: 21pages Date: Mon, 17 Jul 2023 15:45:17 +0800 Subject: [PATCH] fix runas version to 1.0 Signed-off-by: 21pages --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index cb6b768bf..74e19b3f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ lazy_static = "1.4" sha2 = "0.10" repng = "0.2" parity-tokio-ipc = { git = "https://github.com/open-trade/parity-tokio-ipc" } -runas = "1.0" +runas = "=1.0" # https://github.com/mitsuhiko/rust-runas/issues/13 magnum-opus = { git = "https://github.com/rustdesk/magnum-opus" } dasp = { version = "0.11", features = ["signal", "interpolate-linear", "interpolate"], optional = true } rubato = { version = "0.12", optional = true }