Rework CI for experimental features

This commit is contained in:
2025-03-10 18:31:47 +01:00
parent d1a6b93ea8
commit 1ad0b2756e
3 changed files with 11 additions and 1 deletions

View File

@@ -37,6 +37,7 @@ required-features = ["parkinglot"]
[features]
default = ["backtraces"]
backtraces = []
experimental = []
# Feature names do not match crate names pending namespaced features.
lockapi = ["lock_api"]
parkinglot = ["parking_lot", "lockapi"]