diff --git a/Cargo.lock b/Cargo.lock index 40bbde5..df7398f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1667,7 +1667,7 @@ checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac" [[package]] name = "pubky" -version = "0.1.0" +version = "0.2.0" dependencies = [ "base64 0.22.1", "bytes", diff --git a/pubky-common/Cargo.toml b/pubky-common/Cargo.toml index faf1d3d..56ba0c9 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.0.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -10,7 +10,7 @@ base32 = "0.5.0" blake3 = "1.5.1" ed25519-dalek = { version = "2.1.1", features = ["serde"] } once_cell = "1.19.0" -pkarr = { workspace = true } +pkarr = { version = "2.2.0", git = "https://github.com/Pubky/pkarr", branch = "serde", package = "pkarr", features = ["serde"] } rand = "0.8.5" thiserror = "1.0.60" postcard = { version = "1.0.8", features = ["alloc"] } diff --git a/pubky/Cargo.toml b/pubky/Cargo.toml index 6eb0be9..461a1eb 100644 --- a/pubky/Cargo.toml +++ b/pubky/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pubky" -version = "0.1.0" +version = "0.2.0" edition = "2021" description = "Pubky core client" license = "MIT"