diff --git a/Cargo.lock b/Cargo.lock index 4a9b3c5..870bdc7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1300,7 +1300,7 @@ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" [[package]] name = "pkarr" -version = "2.0.0-rc4" +version = "2.0.0" dependencies = [ "bytes", "clap", diff --git a/pkarr/Cargo.toml b/pkarr/Cargo.toml index 4547187..114a33a 100644 --- a/pkarr/Cargo.toml +++ b/pkarr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pkarr" -version = "2.0.0-rc4" +version = "2.0.0" authors = ["Nuh "] edition = "2021" description = "Public-Key Addressable Resource Records (Pkarr); publish and resolve DNS records over Mainline DHT" @@ -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", diff --git a/pkarr/src/relay_client_web.rs b/pkarr/src/relay_client_web.rs index 0522a13..54de1b7 100644 --- a/pkarr/src/relay_client_web.rs +++ b/pkarr/src/relay_client_web.rs @@ -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(),