Skip to content

Commit

Permalink
Enable std for log in Geyser interface docblock (#3346)
Browse files Browse the repository at this point in the history
  • Loading branch information
steveluscher authored Dec 10, 2024
1 parent a171440 commit d7e8a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geyser-plugin-interface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit d7e8a87

Please sign in to comment.