Skip to content

Commit 8aa1d2d

Browse files
committed
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.
1 parent 6189be1 commit 8aa1d2d

File tree

2 files changed

+14
-9
lines changed

2 files changed

+14
-9
lines changed

Cargo.lock

Lines changed: 13 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/flycheck/Cargo.toml

Lines changed: 1 addition & 1 deletion
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)