Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
client/cli: Update to fdlimit 0.2.1 (#7249)
Browse files Browse the repository at this point in the history
fdlimit 0.2.1 contains a small patch allowing compilation on platforms
where libc represents rlimits as u32.
  • Loading branch information
mxinden authored Oct 2, 2020
1 parent f33a79b commit f6c305a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ansi_term = "0.12.1"
lazy_static = "1.4.0"
tokio = { version = "0.2.21", features = [ "signal", "rt-core", "rt-threaded", "blocking" ] }
futures = "0.3.4"
fdlimit = "0.2.0"
fdlimit = "0.2.1"
libp2p = "0.28.1"
parity-scale-codec = "1.3.0"
hex = "0.4.2"
Expand Down
2 changes: 1 addition & 1 deletion client/service/test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tempfile = "3.1.0"
tokio = "0.1.22"
futures01 = { package = "futures", version = "0.1.29" }
log = "0.4.8"
fdlimit = "0.2.0"
fdlimit = "0.2.1"
parking_lot = "0.10.0"
sc-light = { version = "2.0.0", path = "../../light" }
sp-blockchain = { version = "2.0.0", path = "../../../primitives/blockchain" }
Expand Down

0 comments on commit f6c305a

Please sign in to comment.