Move to manifold mainline now poise changes are landed
This commit is contained in:
parent
84a9895372
commit
442ff5d596
|
|
@ -1096,7 +1096,7 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "manifold"
|
name = "manifold"
|
||||||
version = "2.0.0"
|
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 = [
|
dependencies = [
|
||||||
"built",
|
"built",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
|
|
||||||
|
|
@ -15,6 +15,6 @@ 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", branch = "feature/poise" }
|
manifold = { git = "ssh://git@code.orbiter-radio.uk/source/mfold.git" }
|
||||||
poise = "0.5.5"
|
poise = "0.5.5"
|
||||||
tokio = { version = "1.16.1", features = ["sync", "macros", "rt-multi-thread"] }
|
tokio = { version = "1.16.1", features = ["sync", "macros", "rt-multi-thread"] }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue