Skip to content

Commit

Permalink
ci: Bump nginx-sys to 0.3.0 and ngx to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanitskiy committed Sep 19, 2023
1 parent cc4a5ba commit 8ceb8b6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
18 changes: 12 additions & 6 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.0-beta"
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"}
nginx-sys = { path = "nginx-sys", version = "0.3"}

[badges]
maintenance = { status = "experimental" }
4 changes: 2 additions & 2 deletions 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.0"
version = "0.3.0"
edition = "2021"
categories = ["external-ffi-bindings"]
description = "FFI bindings to NGINX"
Expand All @@ -15,7 +15,7 @@ crate-type = ["staticlib", "rlib"]
[dependencies]

[build-dependencies]
bindgen = "0.65.0"
bindgen = "0.66.0"
which = "4.4.0"
duct = "0.13.6"
ureq = { version = "2.6.2", features = ["tls"] }
Expand Down

0 comments on commit 8ceb8b6

Please sign in to comment.