chore: Release

This commit is contained in:
nazeh
2025-02-12 01:45:37 +03:00
parent a780176fa5
commit ce1037e88d
5 changed files with 5 additions and 5 deletions

2
Cargo.lock generated
View File

@@ -2204,7 +2204,7 @@ dependencies = [
[[package]]
name = "pubky-common"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"argon2",
"base32",

View File

@@ -20,7 +20,7 @@ anyhow = "1.0.94"
base64 = "0.22.1"
clap = { version = "4.5.23", features = ["derive"] }
pubky = { path = "../pubky" }
pubky-common = { version = "0.1.0", path = "../pubky-common" }
pubky-common = { version = "0.2.0", path = "../pubky-common" }
reqwest = "0.12.9"
rpassword = "7.3.1"
tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread"] }

View File

@@ -1,6 +1,6 @@
[package]
name = "pubky-common"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Nuh <nuh@nuh.dev>"]
description = "Types and struct in common between Pubky client and homeserver"

View File

@@ -18,7 +18,7 @@ hex = "0.4.3"
httpdate = "1.0.3"
postcard = { version = "1.1.1", features = ["alloc"] }
pkarr = { version = "3.0.0", features = ["dht", "lmdb-cache", "tls"] }
pubky-common = { version = "0.1.0", path = "../pubky-common" }
pubky-common = { version = "0.2.0", path = "../pubky-common" }
serde = { version = "1.0.216", features = ["derive"] }
tokio = { version = "1.42.0", features = ["full"] }
toml = "0.8.19"

View File

@@ -19,7 +19,7 @@ base64 = "0.22.1"
pkarr = { version = "3.0.0", features = ["full"] }
mainline = "5.0.0-rc.1"
pubky-common = { version = "0.1.0", path = "../pubky-common" }
pubky-common = { version = "0.2.0", path = "../pubky-common" }
cookie = "0.18.1"
tracing = "0.1.41"
cookie_store = { version = "0.21.1", default-features = false }