From 6dbfc83bf60e62b379dd65ecc40da7765fffb4d0 Mon Sep 17 00:00:00 2001 From: Ultradesu Date: Thu, 23 Jul 2026 18:54:57 +0300 Subject: [PATCH] Fixed imports --- Cargo.lock | 2 ++ Cargo.toml | 5 ----- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 12f876e..1e30f69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1456,6 +1456,7 @@ dependencies = [ [[package]] name = "federation-net" version = "0.1.0" +source = "git+https://gt.hexor.cy/ab/frid.git#512a818a6a52ec713678e9a4e1cf0f50bb1e34ab" dependencies = [ "blake3", "data-encoding", @@ -2989,6 +2990,7 @@ dependencies = [ [[package]] name = "music-dht" version = "0.1.0" +source = "git+https://gt.hexor.cy/ab/frid.git#512a818a6a52ec713678e9a4e1cf0f50bb1e34ab" dependencies = [ "async-trait", "blake3", diff --git a/Cargo.toml b/Cargo.toml index 3c518a9..521c5d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,8 +41,3 @@ windows-sys = { version = "0.61.2", features = ["Win32_Foundation", "Win32_UI_Wi [target."cfg(unix)".dependencies] libc = "0.2.186" - -# Build against the local frid checkout; drop (or keep, for local -# development) once the frid changes are pushed and the lock is updated. -[patch."https://gt.hexor.cy/ab/frid.git"] -music-dht = { git = "https://gt.hexor.cy/ab/frid.git" }