Skip to content

Commit

Permalink
remove solana-sdk from solana-notifier (#3717)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinheavey authored Nov 25, 2024
1 parent eeb3562 commit 747da2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion notifier/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ edition = { workspace = true }
log = { workspace = true }
reqwest = { workspace = true, features = ["blocking", "brotli", "deflate", "gzip", "rustls-tls", "json"] }
serde_json = { workspace = true }
solana-sdk = { workspace = true }
solana-hash = { workspace = true }

[lib]
name = "solana_notifier"
Expand Down
2 changes: 1 addition & 1 deletion notifier/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ use log::*;
use {
reqwest::{blocking::Client, StatusCode},
serde_json::json,
solana_sdk::hash::Hash,
solana_hash::Hash,
std::{env, str::FromStr, thread::sleep, time::Duration},
};

Expand Down

0 comments on commit 747da2f

Please sign in to comment.