Skip to content

Commit 97fedf6

Browse files
committed
fix cargo check --no-default-features --features testing
1 parent c5a1655 commit 97fedf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clarity/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ default = ["rusqlite"]
4949
developer-mode = ["stacks_common/developer-mode"]
5050
slog_json = ["stacks_common/slog_json"]
5151
rusqlite = ["stacks_common/rusqlite", "dep:rusqlite"]
52-
testing = ["rstest", "rstest_reuse"]
52+
testing = ["rstest", "rstest_reuse", "rusqlite"]
5353
devtools = []
5454
rollback_value_check = []
5555
disable-costs = []

0 commit comments

Comments
 (0)