From 442ff5d596d9fb0fef1e492506175ea426669510 Mon Sep 17 00:00:00 2001 From: Xyon Date: Thu, 24 Aug 2023 23:37:08 +0100 Subject: [PATCH] Move to manifold mainline now poise changes are landed --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c97cb2d..9fd5caf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index e993e8d..834c977 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }