Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuhvi committed Aug 6, 2024
1 parent 8f2e0b0 commit 4ed7d21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.

2 changes: 1 addition & 1 deletion pkarr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pkarr"
version = "2.1.1"
version = "2.1.2"
authors = ["Nuh <[email protected]>"]
edition = "2021"
description = "Public-Key Addressable Resource Records (Pkarr); publish and resolve DNS records over Mainline DHT"
Expand Down
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ serde = { version = "1.0.199", features = ["derive"] }
toml = "0.8.12"
clap = { version = "4.5.1", features = ["derive"] }
dirs-next = "2.0.0"
pkarr = { version = "2.0.0-rc1", path = "../pkarr", features = ["async"] }
pkarr = { version = "2.1.2", path = "../pkarr", features = ["async"] }

0 comments on commit 4ed7d21

Please sign in to comment.