Skip to content

Commit

Permalink
Merge pull request #52 from holaplex/mpw/remove-faucet-error
Browse files Browse the repository at this point in the history
remove deprecated FaucetError from solana_client errorkind
  • Loading branch information
mpwsh committed Sep 20, 2023
2 parents be11206 + 6081b55 commit 8083d1a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "holaplex-hub-core"
version = "0.5.5"
version = "0.5.6"
authors = [
"Holaplex <engineering@holaplex.com>",
]
Expand Down
1 change: 0 additions & 1 deletion crates/core/src/triage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ impl Triage for solana_client::client_error::ClientError {
| ClientErrorKind::SerdeJson(_)
| ClientErrorKind::SigningError(_)
| ClientErrorKind::TransactionError(_)
| ClientErrorKind::FaucetError(_)
| ClientErrorKind::Custom(_) => Severity::Permanent,
}
}
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "nightly-2022-11-08"
channel = "1.71.0"
components = [
"cargo",
"clippy",
Expand Down

0 comments on commit 8083d1a

Please sign in to comment.