Skip to content

Commit

Permalink
Merge pull request #50 from Nuhvi/fix/packet-compression
Browse files Browse the repository at this point in the history
Fix/packet compression
  • Loading branch information
Nuhvi authored Feb 11, 2024
2 parents d32cd74 + 3f82aff commit 6d723d1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkarr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pkarr"
version = "1.0.4"
version = "1.0.5"
authors = ["Nuh <nuh@nuh.dev>"]
edition = "2021"
description = "Public-Key Addressable Resource Records (Pkarr); publish and resolve DNS records over Mainline DHT"
Expand All @@ -15,7 +15,7 @@ mainline = { version = "1.0.0", optional = true }
rand = "0.8.5"
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls", "blocking"], optional = true}
self_cell = "1.0.2"
simple-dns = "0.6.0"
simple-dns = "0.6.1"
thiserror = "1.0.49"
url = "2.4.1"
z32 = "1.0.3"
Expand Down

0 comments on commit 6d723d1

Please sign in to comment.