Bump version to 0.2.1 for development

This commit is contained in:
Robert Hensing 2026-01-13 17:53:44 +01:00
parent 5aff417cac
commit 9f2c7a2013
12 changed files with 51 additions and 51 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "nix-bindings-fetchers"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
license = "LGPL-2.1"
description = "Rust bindings to Nix fetchers"
@ -12,9 +12,9 @@ path = "src/lib.rs"
[dependencies]
anyhow = "1.0"
nix-bindings-store = { path = "../nix-bindings-store", version = "0.2.0" }
nix-bindings-util = { path = "../nix-bindings-util", version = "0.2.0" }
nix-bindings-fetchers-sys = { path = "../nix-bindings-fetchers-sys", version = "0.2.0" }
nix-bindings-store = { path = "../nix-bindings-store", version = "0.2.1" }
nix-bindings-util = { path = "../nix-bindings-util", version = "0.2.1" }
nix-bindings-fetchers-sys = { path = "../nix-bindings-fetchers-sys", version = "0.2.1" }
ctor = "0.2"
tempfile = "3.10"
cstr = "0.2"