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

Commit

Permalink
nix upgrade to 0.26.1 (#2135)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkucharczyk authored Jan 26, 2023
1 parent ebc73fe commit c1af8fc
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 9 deletions.
25 changes: 17 additions & 8 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 polkadot-parachain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ substrate-build-script-utils = { git = "https://github.com/paritytech/substrate"

[dev-dependencies]
assert_cmd = "2.0"
nix = "0.25"
nix = { version = "0.26.1", features = ["signal"] }
tempfile = "3.3.0"
tokio = { version = "1.24.2", features = ["macros", "time", "parking_lot"] }
wait-timeout = "0.2"
Expand Down

0 comments on commit c1af8fc

Please sign in to comment.