Skip to content

Commit 747da2f

Browse files
authored
remove solana-sdk from solana-notifier (anza-xyz#3717)
1 parent eeb3562 commit 747da2f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

notifier/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ edition = { workspace = true }
1313
log = { workspace = true }
1414
reqwest = { workspace = true, features = ["blocking", "brotli", "deflate", "gzip", "rustls-tls", "json"] }
1515
serde_json = { workspace = true }
16-
solana-sdk = { workspace = true }
16+
solana-hash = { workspace = true }
1717

1818
[lib]
1919
name = "solana_notifier"

notifier/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ use log::*;
2727
use {
2828
reqwest::{blocking::Client, StatusCode},
2929
serde_json::json,
30-
solana_sdk::hash::Hash,
30+
solana_hash::Hash,
3131
std::{env, str::FromStr, thread::sleep, time::Duration},
3232
};
3333

0 commit comments

Comments
 (0)