chore(release): prepare for 0.3.5 (rust)
All checks were successful
/ build (push) Successful in 1s
/ check (clippy) (push) Successful in 2s
/ check (module-ipv4-test) (push) Successful in 7s
/ check (module-ipv6-test) (push) Successful in 7s
/ check (module-nginx-test) (push) Successful in 7s
/ check (nextest) (push) Successful in 3s
/ check (treefmt) (push) Successful in 2s
/ report-size (push) Successful in 2s

Bump version
This commit is contained in:
Jalil David Salamé Messina 2025-01-23 22:35:01 +01:00
parent 2e8d20f89d
commit 989ed2a080
Signed by: jalil
GPG key ID: F016B9E770737A0B
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -1128,7 +1128,7 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "webnsupdate"
version = "0.3.4"
version = "0.3.5"
dependencies = [
"axum",
"axum-client-ip",

View file

@ -3,7 +3,7 @@ cargo-features = ["codegen-backend"]
[package]
description = "An HTTP server using HTTP basic auth to make secure calls to nsupdate"
name = "webnsupdate"
version = "0.3.4"
version = "0.3.5"
edition = "2021"
license-file = "LICENSE"
readme = "README.md"