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 5d44cb0 commit 02c3694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shed/slog_glog_fmt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ regex = "1.9.2"
thiserror = "1.0.64"

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

0 comments on commit 02c3694

Please sign in to comment.