From ce1037e88db4e1bb4f6f6cf43c031c4d8b41bd03 Mon Sep 17 00:00:00 2001 From: nazeh Date: Wed, 12 Feb 2025 01:45:37 +0300 Subject: [PATCH] chore: Release --- Cargo.lock | 2 +- examples/Cargo.toml | 2 +- pubky-common/Cargo.toml | 2 +- pubky-homeserver/Cargo.toml | 2 +- pubky/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f2b6d66..e5e3724 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2204,7 +2204,7 @@ dependencies = [ [[package]] name = "pubky-common" -version = "0.1.0" +version = "0.2.0" dependencies = [ "argon2", "base32", diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 878c587..f017732 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -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"] } diff --git a/pubky-common/Cargo.toml b/pubky-common/Cargo.toml index 1c0ab0d..eac0de8 100644 --- a/pubky-common/Cargo.toml +++ b/pubky-common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pubky-common" -version = "0.1.0" +version = "0.2.0" edition = "2021" authors = ["Nuh "] description = "Types and struct in common between Pubky client and homeserver" diff --git a/pubky-homeserver/Cargo.toml b/pubky-homeserver/Cargo.toml index 2589c3c..fdb721e 100644 --- a/pubky-homeserver/Cargo.toml +++ b/pubky-homeserver/Cargo.toml @@ -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" diff --git a/pubky/Cargo.toml b/pubky/Cargo.toml index 317d6c7..1986ae8 100644 --- a/pubky/Cargo.toml +++ b/pubky/Cargo.toml @@ -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 }