Bump version to 0.1.1
This commit is contained in:
parent
a733bf75c8
commit
2b3ce74ef3
7 changed files with 27 additions and 27 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "nix-bindings-expr"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
edition = "2021"
|
||||
license = "LGPL-2.1"
|
||||
description = "Rust bindings to Nix expression evaluator"
|
||||
|
|
@ -11,9 +11,9 @@ path = "src/lib.rs"
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1.0"
|
||||
nix-bindings-store = { path = "../nix-bindings-store", version = "0.1.0" }
|
||||
nix-bindings-util = { path = "../nix-bindings-util", version = "0.1.0" }
|
||||
nix-bindings-util-sys = { path = "../nix-bindings-util-sys", version = "0.1.0" }
|
||||
nix-bindings-store = { path = "../nix-bindings-store", version = "0.1.1" }
|
||||
nix-bindings-util = { path = "../nix-bindings-util", version = "0.1.1" }
|
||||
nix-bindings-util-sys = { path = "../nix-bindings-util-sys", version = "0.1.1" }
|
||||
lazy_static = "1.4"
|
||||
ctor = "0.2"
|
||||
tempfile = "3.10"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue