Switch to gitea version of manifold for dep

This commit is contained in:
Xyon 2023-09-25 00:52:52 +01:00
parent 660576172c
commit 7504be2173
Signed by: xyon
GPG Key ID: DD18155D6B18078D
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1095,7 +1095,7 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
[[package]] [[package]]
name = "manifold" name = "manifold"
version = "4.0.0" 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 = [ dependencies = [
"built", "built",
"chrono", "chrono",

View File

@ -15,7 +15,7 @@ diesel = { version = "2.1.0", features = ["sqlite", "r2d2", "chrono"] }
diesel_migrations = "2.1.0" diesel_migrations = "2.1.0"
env_logger = "0.10.0" env_logger = "0.10.0"
log = "0.4.20" 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/" } # manifold = { path = "/home/xyon/Workspace/manifold/" }
poise = { version = "0.5.*", features = [ "cache" ] } poise = { version = "0.5.*", features = [ "cache" ] }
rand = { version = "0.8.5", features = [ "small_rng" ] } rand = { version = "0.8.5", features = [ "small_rng" ] }