diff --git a/svm/Cargo.toml b/svm/Cargo.toml index 25ed182c845..da9398c423d 100644 --- a/svm/Cargo.toml +++ b/svm/Cargo.toml @@ -59,6 +59,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"] } + [lib] crate-type = ["lib"] name = "solana_svm"