From 7ab97f4cdcf7b7e363020acae85e2afda4add83d Mon Sep 17 00:00:00 2001 From: Razvan Dimescu Date: Sun, 29 Mar 2026 23:16:46 +0300 Subject: [PATCH] chore: bump version to 0.7.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 35e4885..b94336c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1143,7 +1143,7 @@ dependencies = [ [[package]] name = "numa" -version = "0.7.2" +version = "0.7.3" dependencies = [ "arc-swap", "axum", diff --git a/Cargo.toml b/Cargo.toml index 1b8e39f..c996d11 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "numa" -version = "0.7.2" +version = "0.7.3" authors = ["razvandimescu "] edition = "2021" description = "Portable DNS resolver in Rust — .numa local domains, ad blocking, developer overrides, DNS-over-HTTPS"