From ad093d815dbf00512cf83d44ed1e354afbff39c7 Mon Sep 17 00:00:00 2001 From: Maxim Ivanitskiy Date: Mon, 28 Aug 2023 12:02:17 -0700 Subject: [PATCH] realease: bump nginx-sys to 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- nginx-sys/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a69aae9..8276a90 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -444,7 +444,7 @@ dependencies = [ [[package]] name = "nginx-sys" -version = "0.1.0" +version = "0.2.0" dependencies = [ "bindgen", "duct", diff --git a/Cargo.toml b/Cargo.toml index 6fed388..6721749 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ keywords = ["nginx", "module", "sys"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -nginx-sys = { path = "nginx-sys", version = "0.1"} +nginx-sys = { path = "nginx-sys", version = "0.2"} [badges] maintenance = { status = "experimental" } diff --git a/nginx-sys/Cargo.toml b/nginx-sys/Cargo.toml index cca1d02..ec4df4b 100644 --- a/nginx-sys/Cargo.toml +++ b/nginx-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nginx-sys" -version = "0.1.0" +version = "0.2.0" edition = "2021" categories = ["external-ffi-bindings"] description = "FFI bindings to NGINX"