Skip to content

Commit ff4d55e

Browse files
committed
Auto merge of rust-lang#13956 - nielx:fix/nix-haiku-fix, r=lnicola
Update command-group from 1.0.8 to 2.0.1 With rust-lang#13552 the depencency of on the command-group crate was introduced, which also introduced a dependency on nix. That version of nix does not build on Haiku. This change introduces a newer version of command-group, which also updates nix from 0.22.3 to 0.26.1, which is compatible on Haiku.
2 parents 6189be1 + 8aa1d2d commit ff4d55e

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

Cargo.lock

+13-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/flycheck/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ rustc-hash = "1.1.0"
1717
serde = { version = "1.0.137", features = ["derive"] }
1818
serde_json = "1.0.86"
1919
jod-thread = "0.1.2"
20-
command-group = "1.0.8"
20+
command-group = "2.0.1"
2121

2222
toolchain = { path = "../toolchain", version = "0.0.0" }
2323
stdx = { path = "../stdx", version = "0.0.0" }

0 commit comments

Comments
 (0)