chore: Release

This commit is contained in:
nazeh
2024-10-25 11:04:09 +03:00
parent fa0babc36d
commit 285dd4e2d1
3 changed files with 4 additions and 4 deletions

2
Cargo.lock generated
View File

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

View File

@@ -10,7 +10,7 @@ members = [
resolver = "2"
[workspace.dependencies]
pkarr = { git = "https://github.com/Pubky/pkarr", branch = "serde", package = "pkarr", features = ["async", "serde"] }
pkarr = { version = "2.0.0", git = "https://github.com/Pubky/pkarr", branch = "serde", package = "pkarr", features = ["async", "serde"] }
serde = { version = "^1.0.209", features = ["derive"] }
[profile.release]

View File

@@ -1,6 +1,6 @@
[package]
name = "pubky"
version = "0.2.0"
version = "0.1.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 = { git = "https://github.com/Pubky/pkarr", branch = "serde", package = "pkarr", features = ["async", "serde"] }
pkarr = { workspace = true, features = ["async"] }
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
reqwest = { version = "0.12.5", features = ["cookies", "rustls-tls"], default-features = false }