diff --git a/Cargo.toml b/Cargo.toml index 17fef08..6ad9be2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.0-dev" +version = "0.3.0" edition = "2021" [dependencies]