From ca1d45d5a503ee18cdc4c32993a46aeedd1fec51 Mon Sep 17 00:00:00 2001 From: yukirij Date: Tue, 5 Dec 2023 15:09:45 -0800 Subject: [PATCH] Update Cargo.toml with new repository location. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ca75b5d..eb5cf99 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,8 @@ version = "0.1.0" edition = "2021" readme="README.md" license-file="LICENSE.txt" -repository="https://git.yukiri.dev/Util/bus-rs/" +repository="https://git.yukiri.dev/Utility/bus-rs/" publish = false [dependencies] -pool = { git = "https://git.yukiri.dev/Util/pool-rs.git" } +pool = { git = "https://git.yukiri.dev/Utility/pool-rs.git" }