Skip to content

Commit

Permalink
chore: bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dekobon committed Mar 6, 2024
1 parent f32fbd4 commit 920cf3f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [

[package]
name = "ngx"
version = "0.4.1"
version = "0.5.0"
edition = "2021"
autoexamples = false
categories = ["api-bindings", "network-programming"]
Expand All @@ -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.2.1"}
nginx-sys = { path = "nginx-sys", version = "0.5.0"}

[badges]
maintenance = { status = "experimental" }
2 changes: 1 addition & 1 deletion nginx-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nginx-sys"
version = "0.2.1"
version = "0.5.0"
edition = "2021"
categories = ["external-ffi-bindings"]
description = "FFI bindings to NGINX"
Expand Down

0 comments on commit 920cf3f

Please sign in to comment.