From 832780c2ce22ce0b75bdb26082eb8bcbc1090742 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Tue, 28 May 2024 15:27:17 -0600 Subject: [PATCH] Fix building the examples on FreeBSD --- crates/unftp-sbe-fs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/unftp-sbe-fs/Cargo.toml b/crates/unftp-sbe-fs/Cargo.toml index 848ad96b..6cf02e6c 100644 --- a/crates/unftp-sbe-fs/Cargo.toml +++ b/crates/unftp-sbe-fs/Cargo.toml @@ -51,7 +51,7 @@ getrandom = "0.2.15" [target.'cfg(target_os = "freebsd")'.dev-dependencies] capsicum = { version = "0.3.0", features = ["casper"] } -#capsicum-net = { version = "0.1.0", features = ["tokio"], git = "https://github.com/asomers/capsicum-net", rev = "c6fc574" } +capsicum-net = { version = "0.1.0", features = ["tokio"], git = "https://github.com/asomers/capsicum-net", rev = "c6fc574" } [lints] workspace = true