Skip to content

Commit 687f4d0

Browse files
authored
fix: enable register-tracing feature by default in cli (#606)
1 parent 1cafdeb commit 687f4d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ txtx-gql = { workspace = true }
6767
txtx-supervisor-ui = { workspace = true, optional = true }
6868

6969
[features]
70-
default = ["cli", "sqlite"]
70+
default = ["cli", "sqlite", "register-tracing"]
7171
cli = ["clap/derive", "clap/env", "clap_complete", "toml/parse", "ctrlc", "hiro-system-kit/log"]
7272
supervisor_ui = ["txtx-supervisor-ui"]
7373
explorer = []

crates/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ tempfile = { workspace = true }
109109
spl-token-metadata-interface = { workspace = true }
110110

111111
[features]
112-
default = ["sqlite", "register-tracing"]
112+
default = ["sqlite"]
113113
sqlite = ["surfpool-db/sqlite"]
114114
postgres = ["surfpool-db/postgres"]
115115
ignore_tests_ci = []

0 commit comments

Comments
 (0)