Skip to content

Commit

Permalink
Patch cap-std to fix a bug in its read_link function.
Browse files Browse the repository at this point in the history
  • Loading branch information
asomers committed May 28, 2024
1 parent 8f41f9c commit 309ef5e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@ tokio = { version = "1.37.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" }
cap-std = { git = "https://github.com/asomers/cap-std", rev = "73bc997" }
capsicum = { git = "https://github.com/asomers/capsicum-rs", rev = "24330ee"}
casper-sys = { git = "https://github.com/asomers/capsicum-rs", rev = "24330ee"}

[lints]
workspace = true

0 comments on commit 309ef5e

Please sign in to comment.