Skip to content

Commit

Permalink
Fix CI failure
Browse files Browse the repository at this point in the history
  • Loading branch information
dalance committed Oct 20, 2023
1 parent 29aec86 commit 0888b5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0888b5d

Please sign in to comment.