mirror of
https://github.com/hexedtech/codemp.git
synced 2024-11-25 08:34:47 +01:00
ci: build with all features on docs.rs
This commit is contained in:
parent
cd8b0c64f4
commit
4ff0c5286c
1 changed files with 4 additions and 0 deletions
|
@ -55,3 +55,7 @@ lua = ["mlua", "tracing-subscriber", "lazy_static"]
|
||||||
java = ["lazy_static", "jni", "tracing-subscriber"]
|
java = ["lazy_static", "jni", "tracing-subscriber"]
|
||||||
js = ["napi-build", "tracing-subscriber", "napi", "napi-derive"]
|
js = ["napi-build", "tracing-subscriber", "napi", "napi-derive"]
|
||||||
python = ["pyo3", "tracing-subscriber", "pyo3-build-config"]
|
python = ["pyo3", "tracing-subscriber", "pyo3-build-config"]
|
||||||
|
|
||||||
|
# build with all features on docs.rs
|
||||||
|
[package.metadata.docs.rs]
|
||||||
|
all-features = true
|
||||||
|
|
Loading…
Reference in a new issue