From 99e58509631fcb3d6c476f1e9bd96d1b9268f9b5 Mon Sep 17 00:00:00 2001 From: alemi Date: Fri, 9 Feb 2024 01:36:23 +0100 Subject: [PATCH] fix: codemp feature flags --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b3c8bcb..baf3b5c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] -codemp = { git = "ssh://git@github.com/codewithotherpeopleandchangenamelater/codemp.git", tag = "v0.6.0", features = ["global", "sync"] } +codemp = { git = "ssh://git@github.com/codewithotherpeopleandchangenamelater/codemp.git", tag = "v0.6.0", features = ["client", "woot"] } mlua = { version = "0.9.0", features = ["module", "luajit", "send"] } thiserror = "1.0.47" derive_more = "0.99.17"