Skip to content

Commit ad093d8

Browse files
committed
realease: bump nginx-sys to 0.2.0
1 parent 1b88323 commit ad093d8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ keywords = ["nginx", "module", "sys"]
1919
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
2020

2121
[dependencies]
22-
nginx-sys = { path = "nginx-sys", version = "0.1"}
22+
nginx-sys = { path = "nginx-sys", version = "0.2"}
2323

2424
[badges]
2525
maintenance = { status = "experimental" }

nginx-sys/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nginx-sys"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
categories = ["external-ffi-bindings"]
66
description = "FFI bindings to NGINX"

0 commit comments

Comments
 (0)