diff --git a/svm/Cargo.toml b/svm/Cargo.toml index adb4e03dc8779b..a3888b5f9bb80f 100644 --- a/svm/Cargo.toml +++ b/svm/Cargo.toml @@ -81,6 +81,9 @@ solana-type-overrides = { workspace = true } spl-generic-token = { workspace = true } thiserror = { workspace = true } +[target.'cfg(debug_assertions)'.dependencies] +solana-transaction-context = { workspace = true, features = ["debug-signature"] } + [dev-dependencies] agave-feature-set = { workspace = true } agave-reserved-account-keys = { workspace = true }