From 0888b5d711ac59555e55f8efb79fd55a27769ab4 Mon Sep 17 00:00:00 2001 From: dalance Date: Fri, 20 Oct 2023 09:16:22 +0900 Subject: [PATCH] Fix CI failure --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d84a87840..41abcd3e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,8 +73,8 @@ which = "5" winapi = { version = "0.3", features = ["handleapi", "minwindef", "psapi", "securitybaseapi", "tlhelp32", "winbase", "winnt", "iphlpapi"] } [target.'cfg(target_os = "freebsd")'.dependencies] -bsd-kvm = { version = "0.1.2", path = "../bsd-kvm" } -bsd-kvm-sys = { version = "0.2.0", path = "../bsd-kvm-sys" } +bsd-kvm = "0.1.2" +bsd-kvm-sys = "0.2.0" pager = "0.16.1" uzers = "0.11" which = "5"