From 20bf14e91c2267907db27cd9078a714326c5fbea Mon Sep 17 00:00:00 2001 From: Razvan Dimescu Date: Fri, 10 Apr 2026 08:59:46 +0300 Subject: [PATCH] chore: bump version to 0.10.3 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1bda29d..01b6abf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1133,7 +1133,7 @@ dependencies = [ [[package]] name = "numa" -version = "0.10.2" +version = "0.10.3" dependencies = [ "arc-swap", "axum", diff --git a/Cargo.toml b/Cargo.toml index 961c280..9aaeb27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "numa" -version = "0.10.2" +version = "0.10.3" authors = ["razvandimescu "] edition = "2021" description = "Portable DNS resolver in Rust — .numa local domains, ad blocking, developer overrides, DNS-over-HTTPS"