pump new version and update git url for dns-update dependency

This commit is contained in:
2025-12-28 12:06:00 +00:00
parent 6bc01b63ca
commit f2e6d7102d
4 changed files with 9 additions and 9 deletions

View File

@@ -1,9 +1,9 @@
[package]
name = "dns-comunications"
version = "0.1.0"
version = "0.1.1"
edition = "2024"
[dependencies]
dns-update = { git = "ssh://git@github.com/groche97/dns-update.git" }
dns-update = { git = "ssh://git@github.com/stalwartlabs/dns-update.git" }
base64 = "*"
dns-config = {path = "../dns-config"}