Skip to content

Commit

Permalink
upgrade nix to 0.26.4
Browse files Browse the repository at this point in the history
Summary:
I am upgrading nix to 0.29.0. To ensure each step produces clean CI
and is bisectable if something goes wrong, start by going from 0.25 to
0.26.4.

Reviewed By: zertosh

Differential Revision: D66275116

fbshipit-source-id: 63c87ff4f4c631061e5a1c721f52563dc90b7e2b
  • Loading branch information
chadaustin authored and facebook-github-bot committed Nov 22, 2024
1 parent 94ee5cd commit 51a2b4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions watchman/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ tokio = { version = "1.41.0", features = ["full", "test-util", "tracing"] }
watchman_client = { version = "0.9.0", path = "../rust/watchman_client" }

[target.'cfg(target_os = "linux")'.dependencies]
nix = "0.25"
nix = "0.26.4"

[target.'cfg(target_os = "macos")'.dependencies]
nix = "0.25"
nix = "0.26.4"

[target.'cfg(unix)'.dependencies]
nix = "0.25"
nix = "0.26.4"

[features]
default = []
Expand Down

0 comments on commit 51a2b4c

Please sign in to comment.