fix: add the canonical cargo feature to clarity/testing

This commit is contained in:
Hugo Caillard
2024-05-14 17:56:44 +02:00
parent a2ba82e241
commit ec8771f037

View File

@@ -57,5 +57,5 @@ default = ["canonical"]
canonical = ["rusqlite", "stacks_common/canonical"]
developer-mode = ["stacks_common/developer-mode"]
slog_json = ["stacks_common/slog_json"]
testing = []
testing = ["canonical"]
devtools = []