Skip to content

Commit 54b7316

Browse files
committed
release: nginx-src 1.28.1+1.28.0
1 parent d38d663 commit 54b7316

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nginx-src/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "nginx-src"
33
# Version format: <NGINX major>.<NGINX minor>.<crate patch>+<NGINX version>
4-
version = "1.28.0+1.28.0"
4+
version = "1.28.1+1.28.0"
55
# Crate sources are licensed under Apache-2.0, with exception of the
66
# NGINX submodlue that is redistributed under BSD-2-Clause.
77
license = "Apache-2.0 AND BSD-2-Clause"

nginx-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ bindgen = "0.72"
2929
cc = "1.2.0"
3030
dunce = "1.0.5"
3131
regex = "1.11.1"
32-
nginx-src = { version = "~1.28.0", optional = true, path = "../nginx-src" }
32+
nginx-src = { version = "~1.28.1", optional = true, path = "../nginx-src" }
3333
shlex = "1.3"
3434

3535
[features]

0 commit comments

Comments
 (0)