Skip to content

Commit

Permalink
bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hozan23 committed Dec 22, 2024
1 parent be29025 commit ad484ac
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 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.

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ members = ["core", "net", "net/async_rustls", "jsonrpc", "jsonrpc/impl", "p2p"]

[workspace.package]
description = "A library for building p2p, decentralized, and collaborative software"
version = "0.1.8"
version = "0.2.0"
edition = "2021"
homepage = "https://karyontech.net"
repository = "https://github.com/karyontech/karyon"
license = "GPL-3.0"
authors = ["hozan23 <[email protected]>"]

[workspace.dependencies]
karyon_core = { path = "core", version = "0.1.8", default-features = false }
karyon_core = { path = "core", version = "0.2.0", default-features = false }

karyon_net = { path = "net", version = "0.1.8", default-features = false }
karyon_async_rustls = { path = "net/async_rustls", version = "0.1.8", default-features = false }
karyon_net = { path = "net", version = "0.2.0", default-features = false }
karyon_async_rustls = { path = "net/async_rustls", version = "0.2.0", default-features = false }

karyon_jsonrpc = { path = "jsonrpc", version = "0.1.8", default-features = false }
karyon_jsonrpc_macro = { path = "jsonrpc/impl", version = "0.1.8", default-features = false }
karyon_jsonrpc = { path = "jsonrpc", version = "0.2.0", default-features = false }
karyon_jsonrpc_macro = { path = "jsonrpc/impl", version = "0.2.0", default-features = false }

karyon_p2p = { path = "p2p", version = "0.1.8", default-features = false }
karyon_p2p = { path = "p2p", version = "0.2.0", default-features = false }

log = "0.4"
thiserror = "1.0"
Expand Down

0 comments on commit ad484ac

Please sign in to comment.