Skip to content

Commit

Permalink
bump version to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hozan23 committed Jul 15, 2024
1 parent dc4c448 commit da4f707
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = ["core", "net", "p2p", "jsonrpc"]

[workspace.package]
description = "A library for building p2p, decentralized, and collaborative software"
version = "0.1.5"
version = "0.1.6"
edition = "2021"
homepage = "https://karyontech.net"
repository = "https://github.com/karyontech/karyon"
Expand Down
6 changes: 3 additions & 3 deletions jsonrpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ tokio = [
]

[dependencies]
karyon_core = { version = "0.1.5", path = "../core", default-features = false }
karyon_net = { version = "0.1.5", path = "../net", default-features = false }
karyon_core = { version = "0.1.6", path = "../core", default-features = false }
karyon_net = { version = "0.1.6", path = "../net", default-features = false }

karyon_jsonrpc_macro = { version = "0.1.5", path = "impl", default-features = false }
karyon_jsonrpc_macro = { version = "0.1.6", path = "impl", default-features = false }

log = "0.4.21"
rand = "0.8.5"
Expand Down
4 changes: 2 additions & 2 deletions net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ tokio = [
serde = ["dep:serde"]

[dependencies]
karyon_core = { version = "0.1.5", path = "../core", default-features = false }
karyon_async_rustls = { version = "0.1.5", path = "./async_rustls", default-features = false, optional = true }
karyon_core = { version = "0.1.6", path = "../core", default-features = false }
karyon_async_rustls = { version = "0.1.6", path = "./async_rustls", default-features = false, optional = true }

log = "0.4.21"
thiserror = "1.0.61"
Expand Down

0 comments on commit da4f707

Please sign in to comment.