Skip to content

Commit 0e6a3ed

Browse files
authored
Merge pull request #22 from jjs-dev/nix
Update nix
2 parents 6c58006 + b35848c commit 0e6a3ed

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Cargo.lock

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ serde = { version = "1.0.106", features = ["derive"] }
1212
serde_json = "1.0.51"
1313
tiny-nix-ipc = { git = "https://github.com/myfreeweb/tiny-nix-ipc", features = ["ser_json", "zero_copy"] }
1414
procfs = "0.7.8"
15-
nix = {git = "https://github.com/nix-rust/nix"}
15+
nix = { version = "0.19.0" }
1616
backtrace = "0.3.46"
1717
thiserror = "1.0.19"
1818
anyhow = "1.0.32"

0 commit comments

Comments
 (0)