Browse Source

Merge pull request #32 from breard-r/dependabot/cargo/nix-0.18

Update nix requirement from 0.17 to 0.18
pull/35/head
Rodolphe Bréard 4 years ago
committed by GitHub
parent
commit
d75b332d0d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      acmed/Cargo.toml

2
acmed/Cargo.toml

@ -24,7 +24,7 @@ serde_json = "1.0"
toml = "0.5"
[target.'cfg(unix)'.dependencies]
nix = "0.17"
nix = "0.18"
[build-dependencies]
serde = { version = "1.0", features = ["derive"] }

Loading…
Cancel
Save