chore: Release

This commit is contained in:
nazeh
2024-10-25 11:03:11 +03:00
parent 2434834618
commit fa0babc36d
2 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -1667,7 +1667,7 @@ checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac"
[[package]]
name = "pubky"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"base64 0.22.1",
"bytes",

View File

@@ -1,6 +1,6 @@
[package]
name = "pubky"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
description = "Pubky core client"
license = "MIT"
@@ -18,7 +18,7 @@ bytes = "^1.7.1"
base64 = "0.22.1"
pubky-common = { version = "0.1.0", path = "../pubky-common" }
pkarr = { workspace = true, features = ["async"] }
pkarr = { git = "https://github.com/Pubky/pkarr", branch = "serde", package = "pkarr", features = ["async", "serde"] }
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
reqwest = { version = "0.12.5", features = ["cookies", "rustls-tls"], default-features = false }