Skip to content

Commit

Permalink
build(drive-abci): enable grovedbg feature
Browse files Browse the repository at this point in the history
  • Loading branch information
lklimek committed Jul 26, 2024
1 parent 4dbcdba commit 3250692
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rs-drive-abci/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ integer-encoding = { version = "4.0.0" }

[features]
# TODO: Remove console for production
default = ["mocks", "console"]
default = ["mocks", "console", "grovedbg"]
mocks = ["mockall", "drive/fixtures-and-mocks"]
console = ["console-subscriber", "tokio/tracing"]
testing-config = []
Expand Down

0 comments on commit 3250692

Please sign in to comment.