Skip to content

Commit

Permalink
Merge pull request #158 from oj-lab/dependabot/cargo/nix-0.29
Browse files Browse the repository at this point in the history
Update nix requirement from 0.28 to 0.29
  • Loading branch information
slhmy authored May 27, 2024
2 parents 9fd24b7 + 53f3438 commit 2e6d424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion judge-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description = "A judge library for online judge system"
[dependencies]
libc = "0.2"
libseccomp = "0.3"
nix = { version = "0.28", features = ["event", "fs", "process", "resource"] }
nix = { version = "0.29", features = ["event", "fs", "process", "resource"] }
log = "0.4"
anyhow = "1.0"
serde = "1"
Expand Down

0 comments on commit 2e6d424

Please sign in to comment.