Skip to content

Commit

Permalink
remove backtrace from testutils feature
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Sep 17, 2024
1 parent 3977e7f commit 92a480a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soroban-env-host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ default-features = false
features = ["arbitrary"]

[features]
testutils = ["soroban-env-common/testutils", "recording_mode", "dep:backtrace"]
testutils = ["soroban-env-common/testutils", "recording_mode"]
backtrace = ["dep:backtrace"]
next = ["soroban-env-common/next", "stellar-xdr/next"]
tracy = ["dep:tracy-client", "soroban-env-common/tracy"]
Expand Down

0 comments on commit 92a480a

Please sign in to comment.