modify dependencies to be more compatible with portage
This commit is contained in:
2
Cargo.lock
generated
2
Cargo.lock
generated
@@ -175,7 +175,7 @@ dependencies = [
|
|||||||
[[package]]
|
[[package]]
|
||||||
name = "dns-update"
|
name = "dns-update"
|
||||||
version = "0.1.6"
|
version = "0.1.6"
|
||||||
source = "git+ssh://git@github.com/stalwartlabs/dns-update.git#3a0985996dc8119c4adf1d25c6924ea6b981438e"
|
source = "git+https://github.com/stalwartlabs/dns-update.git#3a0985996dc8119c4adf1d25c6924ea6b981438e"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"hickory-client",
|
"hickory-client",
|
||||||
"reqwest",
|
"reqwest",
|
||||||
|
|||||||
@@ -4,6 +4,6 @@ version = "0.1.1"
|
|||||||
edition = "2024"
|
edition = "2024"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
dns-update = { git = "ssh://git@github.com/stalwartlabs/dns-update.git" }
|
dns-update = { git = "https://github.com/stalwartlabs/dns-update.git" }
|
||||||
base64 = "*"
|
base64 = "*"
|
||||||
dns-config = {path = "../dns-config"}
|
dns-config = {path = "../dns-config"}
|
||||||
|
|||||||
Reference in New Issue
Block a user