From 07bdf02af4d83fbd3797a0474ecb06e9ffeaf17f Mon Sep 17 00:00:00 2001 From: mcfans Date: Fri, 27 Oct 2023 13:17:49 +0800 Subject: [PATCH] chore: use updated old repo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2a45b074b..f6c014483 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ default-net = "0.14" wol-rs = "1.0" flutter_rust_bridge = { version = "1.75", features = ["uuid"], optional = true} errno = "0.3" -rdev = { git = "https://github.com/mcfans/rdev" } +rdev = { git = "https://github.com/fufesou/rdev" } url = { version = "2.3", features = ["serde"] } crossbeam-queue = "0.3" hex = "0.4"