Skip to content

Commit

Permalink
[third-party/rust] 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.

Test Plan:
CI

```
arc rust-check //eden/... //apsw/usd/... //ai_productivity/plugboard/... //common/rust/... //watchman/...
```

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 6761581 commit a8f17fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion antlir/antlir2/sendstream_parser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ path = "src/lib.rs"
bytes = { version = "1.6.0", features = ["serde"] }
derive_more = { version = "1.0.0", features = ["full"] }
hex = "0.4.3"
nix = "0.25"
nix = "0.26.4"
nom = "7.1"
serde = { version = "1.0.185", features = ["derive", "rc"], optional = true }
thiserror = "1.0.64"
Expand Down

0 comments on commit a8f17fc

Please sign in to comment.