EvalStateBuilder: Specify Nix version constraint
This commit is contained in:
parent
7eb94b72f9
commit
22480afeb5
4 changed files with 68 additions and 42 deletions
|
|
@ -2,6 +2,7 @@
|
|||
name = "nix-bindings-expr"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
build = "build.rs"
|
||||
license = "LGPL-2.1"
|
||||
description = "Rust bindings to Nix expression evaluator"
|
||||
repository = "https://github.com/nixops4/nix-bindings-rust"
|
||||
|
|
@ -19,6 +20,10 @@ ctor = "0.2"
|
|||
tempfile = "3.10"
|
||||
cstr = "0.2"
|
||||
|
||||
[build-dependencies]
|
||||
pkg-config = "0.3"
|
||||
nix-bindings-util = { path = "../nix-bindings-util" }
|
||||
|
||||
[lints.rust]
|
||||
warnings = "deny"
|
||||
dead-code = "allow"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue