Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Nuhvi committed Oct 25, 2024
1 parent a6f7acd commit 8e1ec66
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pubky-common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion pubky/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pubky"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
description = "Pubky core client"
license = "MIT"
Expand Down

0 comments on commit 8e1ec66

Please sign in to comment.