mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-22 15:24:48 +01:00
fix: async-trait disabled by default
provides better docs and it should be rare to need Box<dyn Controller> anyway, also Sync + Send is explicitly added so should be fine
This commit is contained in:
parent
4fa8548b12
commit
e946ee195b
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ napi-build = { version = "2", optional = true }
|
||||||
pyo3-build-config = { version = "0.19", optional = true }
|
pyo3-build-config = { version = "0.19", optional = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["async-trait"]
|
default = []
|
||||||
# ffi
|
# ffi
|
||||||
rust = [] # used for ci matrix
|
rust = [] # used for ci matrix
|
||||||
lua = ["mlua", "tracing-subscriber", "lazy_static"]
|
lua = ["mlua", "tracing-subscriber", "lazy_static"]
|
||||||
|
|
Loading…
Reference in a new issue