Skip to content

Commit 2bfdd2a

Browse files
committed
Bump version to 0.3.2
1 parent fadb5ad commit 2bfdd2a

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@ members = ["core", "net", "net/async_rustls", "jsonrpc", "jsonrpc/impl", "p2p"]
66

77
[workspace.package]
88
description = "A library for building p2p, decentralized, and collaborative software"
9-
version = "0.3.1"
9+
version = "0.3.2"
1010
edition = "2021"
1111
homepage = "https://karyontech.net"
1212
repository = "https://github.com/karyontech/karyon"
1313
license = "GPL-3.0"
1414
authors = ["hozan23 <hozan23@karyontech.net>"]
1515

1616
[workspace.dependencies]
17-
karyon_core = { path = "core", version = "0.3.1", default-features = false }
17+
karyon_core = { path = "core", version = "0.3.2", default-features = false }
1818

19-
karyon_net = { path = "net", version = "0.3.1", default-features = false }
20-
karyon_async_rustls = { path = "net/async_rustls", version = "0.3.1", default-features = false }
19+
karyon_net = { path = "net", version = "0.3.2", default-features = false }
20+
karyon_async_rustls = { path = "net/async_rustls", version = "0.3.2", default-features = false }
2121

22-
karyon_jsonrpc = { path = "jsonrpc", version = "0.3.1", default-features = false }
23-
karyon_jsonrpc_macro = { path = "jsonrpc/impl", version = "0.3.1", default-features = false }
22+
karyon_jsonrpc = { path = "jsonrpc", version = "0.3.2", default-features = false }
23+
karyon_jsonrpc_macro = { path = "jsonrpc/impl", version = "0.3.2", default-features = false }
2424

25-
karyon_p2p = { path = "p2p", version = "0.3.1", default-features = false }
25+
karyon_p2p = { path = "p2p", version = "0.3.2", default-features = false }
2626

2727
log = "0.4"
2828
thiserror = "2.0"

0 commit comments

Comments
 (0)