From eb8ffc55314b1b8cb0bc8283c99343e8eafbbf38 Mon Sep 17 00:00:00 2001 From: Ximon Eighteen <3304436+ximon18@users.noreply.github.com> Date: Tue, 5 Nov 2024 13:35:21 +0100 Subject: [PATCH] Fix minimal-versions compilation failure caused by lack of support in Bytes for From> in older versions of Bytes. --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a5e16ea..c6f3117 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,9 +4,10 @@ version = "0.1.0" edition = "2021" [dependencies] -bytes = { version = "1.0", default-features = false } +bytes = { version = "1.1", default-features = false } clap = { version = "4", features = ["derive"] } domain = { git = "https://github.com/NLnetLabs/domain", branch = "multiple-key-signing", features = [ +#domain = { path = "../domain2/", features = [ "openssl", "ring", "unstable-sign",