diff --git a/geyser-plugin-interface/Cargo.toml b/geyser-plugin-interface/Cargo.toml index 56f42fd4612cec..dabfad105698b7 100644 --- a/geyser-plugin-interface/Cargo.toml +++ b/geyser-plugin-interface/Cargo.toml @@ -10,7 +10,7 @@ license = { workspace = true } edition = { workspace = true } [dependencies] -log = { workspace = true } +log = { workspace = true, features = ["std"] } solana-sdk = { workspace = true } solana-transaction-status = { workspace = true } thiserror = { workspace = true }