Skip to content

Commit

Permalink
Merge pull request #47 from Nuhvi/fix/upgrade-z32
Browse files Browse the repository at this point in the history
fix: upgrade z32 to fix #43
  • Loading branch information
Nuhvi authored Feb 3, 2024
2 parents 8183ecd + a506117 commit 63838de
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.2"
version = "1.0.3"
authors = ["Nuh <nuh@nuh.dev>"]
edition = "2021"
description = "Public-Key Addressable Resource Records (Pkarr); publish and resolve DNS records over Mainline DHT"
Expand All @@ -19,7 +19,7 @@ self_cell = "1.0.2"
simple-dns = "0.6.0"
thiserror = "1.0.49"
url = "2.4.1"
z32 = "1.0.0"
z32 = "1.0.3"

[dev-dependencies]
clap = { version = "4.4.8", features = ["derive"] }
Expand Down

0 comments on commit 63838de

Please sign in to comment.