From 7504be21733d36c2fe4e8695ce0f2fee23616997 Mon Sep 17 00:00:00 2001 From: Xyon Date: Mon, 25 Sep 2023 00:52:52 +0100 Subject: [PATCH] Switch to gitea version of manifold for dep --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a65dc42..7d5f71b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1095,7 +1095,7 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "manifold" version = "4.0.0" -source = "git+ssh://git@code.orbiter-radio.uk/source/mfold.git#3d712fdcb32f4a6269d12b25b10371e1c307e272" +source = "git+ssh://git@code.orbiter-radio.uk/discord/manifold.git#3d712fdcb32f4a6269d12b25b10371e1c307e272" dependencies = [ "built", "chrono", diff --git a/Cargo.toml b/Cargo.toml index a3ad9fc..a3fbf90 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ diesel = { version = "2.1.0", features = ["sqlite", "r2d2", "chrono"] } diesel_migrations = "2.1.0" env_logger = "0.10.0" log = "0.4.20" -manifold = { git = "ssh://git@code.orbiter-radio.uk/source/mfold.git" } +manifold = { git = "ssh://git@code.orbiter-radio.uk/discord/manifold.git" } # manifold = { path = "/home/xyon/Workspace/manifold/" } poise = { version = "0.5.*", features = [ "cache" ] } rand = { version = "0.8.5", features = [ "small_rng" ] }