From 72d805a3eb307dbd4982d35a00c8e971977da25d Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Tue, 28 Sep 2021 22:25:19 -0600 Subject: [PATCH] (cargo-release) version 0.20.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1591686b77..3673176a53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "nix" description = "Rust friendly bindings to *nix APIs" edition = "2018" -version = "0.20.1" +version = "0.20.2" authors = ["The nix-rust Project Developers"] repository = "https://github.com/nix-rust/nix" license = "MIT"