Skip to content

Commit

Permalink
chore: publish 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuhvi committed May 8, 2024
1 parent 78a35c8 commit 8e8aa08
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 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.

5 changes: 1 addition & 4 deletions pkarr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pkarr"
version = "2.0.0-rc4"
version = "2.0.0"
authors = ["Nuh <[email protected]>"]
edition = "2021"
description = "Public-Key Addressable Resource Records (Pkarr); publish and resolve DNS records over Mainline DHT"
Expand Down Expand Up @@ -35,10 +35,7 @@ js-sys = "0.3.69"
wasm-bindgen = "0.2.92"
wasm-bindgen-futures = "0.4.42"
web-sys = { version = "0.3.69", features = [
"AbortSignal",
"console",
"Headers",
"ReadableStream",
"Request",
"RequestInit",
"RequestMode",
Expand Down
2 changes: 0 additions & 2 deletions pkarr/src/relay_client_web.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,6 @@ mod tests {

let signed_packet = SignedPacket::from_packet(&keypair, &packet).unwrap();

let path = format!("/{}", signed_packet.public_key());

let client = PkarrRelayClient::new(vec![
"http://fail.non".to_string(),
"https://relay.pkarr.org".to_string(),
Expand Down

0 comments on commit 8e8aa08

Please sign in to comment.