From 5b0840ed0f0b8334ad2ad77a284bf28ede4e66f0 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Tue, 28 Sep 2021 22:39:11 -0600 Subject: [PATCH] (cargo-release) start next development iteration 0.22.3-alpha.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5ff0eea739..9ad9233a8f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "nix" description = "Rust friendly bindings to *nix APIs" edition = "2018" -version = "0.22.2" +version = "0.22.3-alpha.0" authors = ["The nix-rust Project Developers"] repository = "https://github.com/nix-rust/nix" license = "MIT"