From 89eb277636fba016238e0b44d1e92b5f6536cec3 Mon Sep 17 00:00:00 2001 From: Maxim Ivanitskiy Date: Thu, 26 Oct 2023 10:57:23 -0700 Subject: [PATCH] release: nginx-sys 0.2.1 --- nginx-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx-sys/Cargo.toml b/nginx-sys/Cargo.toml index ec4df4b..bf392b3 100644 --- a/nginx-sys/Cargo.toml +++ b/nginx-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nginx-sys" -version = "0.2.0" +version = "0.2.1" edition = "2021" categories = ["external-ffi-bindings"] description = "FFI bindings to NGINX"