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 d6f5355 commit 18e912e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
18 changes: 13 additions & 5 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ buck-resources = "1"
snapbox = { version = "0.6.18", features = ["color-auto", "diff", "json", "regex"], default-features = false }

[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"

[profile.release]
lto = true
Expand Down

0 comments on commit 18e912e

Please sign in to comment.