Skip to content

Commit 9d2ce0d

Browse files
committed
release: ngx 0.4.1
1 parent 89eb277 commit 9d2ce0d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ members = [
66

77
[package]
88
name = "ngx"
9-
version = "0.4.0-beta"
9+
version = "0.4.1"
1010
edition = "2021"
1111
autoexamples = false
1212
categories = ["api-bindings", "network-programming"]
@@ -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.2"}
22+
nginx-sys = { path = "nginx-sys", version = "0.2.1"}
2323

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

0 commit comments

Comments
 (0)