Browse Source
Merge pull request #42 from breard-r/dependabot/cargo/nix-0.20
Update nix requirement from 0.19 to 0.20
pull/43/head
Rodolphe Bréard
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
acmed/Cargo.toml
|
@ -33,7 +33,7 @@ serde_json = "1.0" |
|
|
toml = "0.5" |
|
|
toml = "0.5" |
|
|
|
|
|
|
|
|
[target.'cfg(unix)'.dependencies] |
|
|
[target.'cfg(unix)'.dependencies] |
|
|
nix = "0.19" |
|
|
|
|
|
|
|
|
nix = "0.20" |
|
|
|
|
|
|
|
|
[build-dependencies] |
|
|
[build-dependencies] |
|
|
serde = { version = "1.0", features = ["derive"] } |
|
|
serde = { version = "1.0", features = ["derive"] } |
|
|