Remove mentions of labs crates

There are none at the moment.
This commit is contained in:
Jonas Platte 2023-07-05 10:51:54 +02:00 committed by Jonas Platte
parent 4ae63caa56
commit 71f7f7c69e
2 changed files with 1 additions and 3 deletions

View File

@ -8,11 +8,10 @@ members = [
"crates/*",
"testing/*",
"examples/*",
"labs/*",
"uniffi-bindgen",
"xtask",
]
# xtask, labs, testing and the bindings should only be built when invoked explicitly.
# xtask, testing and the bindings should only be built when invoked explicitly.
default-members = ["benchmarks", "crates/*"]
resolver = "2"

View File

@ -32,5 +32,4 @@ ignore:
- "bindings/matrix-sdk-ffi"
- "crates/matrix-sdk-indexeddb"
- "testing"
- "labs"
- "xtask"