From 0e2bdb0e8fc6fa4c24403bf7b0f3c39128b85cb2 Mon Sep 17 00:00:00 2001 From: Vhyrro Date: Sat, 17 Feb 2024 17:28:06 +0100 Subject: [PATCH] fix: do not try to autostart the server automatically --- Cargo.lock | 2 -- Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index db8f33d..def2137 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -598,8 +598,6 @@ checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a" [[package]] name = "norgopolis-client" version = "0.4.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2ec6e2b3af43056ebb766890a0e212099f38b44402bb83626ccc2861e38e92b5" dependencies = [ "anyhow", "futures", diff --git a/Cargo.toml b/Cargo.toml index 2c0d8f5..0df59b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] futures = "0.3.28" mlua = { version = "0.9.1", features = ["module", "serialize", "async"] } -norgopolis-client = { version = "0.4.0", features = ["autostart-server"] } +norgopolis-client = { version = "0.4.0", features = [] } rmp-serde = "1.1.2" rmpv = "1.0.1" serde = "1.0.188"