nix-bindings-expr: Add version to build-dep for crates.io
cargo publish requires all dependencies to have version requirements. The build-dependency on nix-bindings-util was missing one.
This commit is contained in:
parent
0266e22379
commit
0b0bd7013e
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ cstr = "0.2"
|
|||
|
||||
[build-dependencies]
|
||||
pkg-config = "0.3"
|
||||
nix-bindings-util = { path = "../nix-bindings-util" }
|
||||
nix-bindings-util = { path = "../nix-bindings-util", version = "0.2.0" }
|
||||
|
||||
[lints.rust]
|
||||
warnings = "deny"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue