Skip to content

Commit

Permalink
Merge pull request #71 from pubky/fix/error-ureq-wasm
Browse files Browse the repository at this point in the history
fix(pkarr): ureq in error in wasm
  • Loading branch information
Nuhvi authored Jul 24, 2024
2 parents 180285f + 9c4f5cf commit 79590ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkarr/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pub enum Error {
NotMostRecent,

// === Relay errors ===
#[cfg(feature = "relay")]
#[cfg(all(not(target_arch = "wasm32"), feature = "relay"))]
#[error(transparent)]
/// Transparent [ureq::Error]
RelayError(#[from] Box<ureq::Error>),
Expand Down

0 comments on commit 79590ce

Please sign in to comment.