Move to manifold mainline now poise changes are landed

This commit is contained in:
Xyon 2023-08-24 23:37:08 +01:00
parent 84a9895372
commit 442ff5d596
Signed by: xyon
GPG Key ID: DD18155D6B18078D
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1096,7 +1096,7 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
[[package]]
name = "manifold"
version = "2.0.0"
source = "git+ssh://git@code.orbiter-radio.uk/source/mfold.git?branch=feature/poise#66dee050a52b80ec7e606608739f08cd29d00ae9"
source = "git+ssh://git@code.orbiter-radio.uk/source/mfold.git#bf7b3a28e1dde412fb783ef0d15b9ed97c011223"
dependencies = [
"built",
"chrono",

View File

@ -15,6 +15,6 @@ 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", branch = "feature/poise" }
manifold = { git = "ssh://git@code.orbiter-radio.uk/source/mfold.git" }
poise = "0.5.5"
tokio = { version = "1.16.1", features = ["sync", "macros", "rt-multi-thread"] }