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 ac83b0f commit 795ecee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion detcore-model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ bytesize = "1.1"
chrono = { version = "0.4", features = ["clock", "serde", "std"], default-features = false }
clap = { version = "3.2.25", features = ["derive", "env", "regex", "unicode", "wrap_help"] }
libc = "0.2.139"
nix = "0.25"
nix = "0.26.4"
reverie-syscalls = { version = "0.1.0", git = "https://github.com/facebookexperimental/reverie.git", branch = "main" }
serde = { version = "1.0.185", features = ["derive", "rc"] }
shell-words = "1.1.0"
Expand Down
2 changes: 1 addition & 1 deletion detcore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ digest = { version = "0.0.0", path = "../common/digest" }
futures = { version = "0.3.30", features = ["async-await", "compat"] }
lazy_static = "1.4"
libc = "0.2.139"
nix = "0.25"
nix = "0.26.4"
pretty = "0.12.1"
pretty_assertions = { version = "1.2", features = ["alloc"], default-features = false }
procfs = "0.15.1"
Expand Down
2 changes: 1 addition & 1 deletion hermit-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ fbinit = { version = "0.2.0", git = "https://github.com/facebookexperimental/rus
goblin = "0.5.2"
lazy_static = "1.4"
libc = "0.2.139"
nix = "0.25"
nix = "0.26.4"
num_cpus = "1.16"
once_cell = "1.12"
pretty_assertions = { version = "1.2", features = ["alloc"], default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,6 @@ path = "standalone/stacktrace_events.rs"
[dependencies]
detcore = { version = "0.0.0", path = "../detcore" }
libc = "0.2.139"
nix = "0.25"
nix = "0.26.4"
regex = "1.9.2"
tempfile = "3.8"

0 comments on commit 795ecee

Please sign in to comment.