Skip to content

Commit

Permalink
Use newly released capsicum and capsicum-net crates
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers authored and hannesdejager committed Jun 5, 2024
1 parent 40e5714 commit b49b233
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,5 @@ pretty_assertions = "1.4.0"
tokio = { version = "1.38.0", features = ["macros", "rt-multi-thread"] }
unftp-sbe-fs = { path = "../libunftp/crates/unftp-sbe-fs" }

[patch.crates-io]
capsicum = { git = "https://github.com/asomers/capsicum-rs", rev = "24330ee" }
casper-sys = { git = "https://github.com/asomers/capsicum-rs", rev = "24330ee" }

[lints]
workspace = true
4 changes: 2 additions & 2 deletions crates/unftp-sbe-fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ tracing-subscriber = "0.3.18"
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 = { version = "0.4.0", features = ["casper"] }
capsicum-net = { version = "0.1.0", features = ["tokio"] }

[lints]
workspace = true

0 comments on commit b49b233

Please sign in to comment.