Skip to content

Commit e4b4f65

Browse files
committed
fix: add clarity/vrf feature
1 parent 6cd17e9 commit e4b4f65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clarity/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,12 @@ mutants = "0.0.3"
5656
# criterion = "0.3"
5757

5858
[features]
59-
default = ["rusqlite", "log", "clarity-wasm", "serde_stacker"]
59+
default = ["rusqlite", "log", "clarity-wasm", "serde_stacker", "vrf"]
6060
clarity-wasm = ["wasmtime"]
6161
developer-mode = ["stacks_common/developer-mode"]
6262
slog_json = ["stacks_common/slog_json"]
6363
rusqlite = ["stacks_common/rusqlite", "dep:rusqlite"]
64+
vrf = ["stacks_common/vrf"]
6465
devtools = []
6566
rollback_value_check = []
6667
disable-costs = []

0 commit comments

Comments
 (0)