@@ -6,23 +6,23 @@ members = ["core", "net", "net/async_rustls", "jsonrpc", "jsonrpc/impl", "p2p"]
66
77[workspace .package ]
88description = " A library for building p2p, decentralized, and collaborative software"
9- version = " 0.3.1 "
9+ version = " 0.3.2 "
1010edition = " 2021"
1111homepage = " https://karyontech.net"
1212repository = " https://github.com/karyontech/karyon"
1313license = " GPL-3.0"
1414authors = [" 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
2727log = " 0.4"
2828thiserror = " 2.0"
0 commit comments