Skip to content

Commit e64bbef

Browse files
committed
Dump version to 0.4.0
1 parent 38c4b68 commit e64bbef

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
@@ -13,23 +13,23 @@ members = [
1313

1414
[workspace.package]
1515
description = "A library for building p2p, decentralized, and collaborative software"
16-
version = "0.3.5"
16+
version = "0.4.0"
1717
edition = "2021"
1818
homepage = "https://karyontech.net"
1919
repository = "https://github.com/karyontech/karyon"
2020
license = "GPL-3.0"
2121
authors = ["hozan23 <hozan23@karyontech.net>"]
2222

2323
[workspace.dependencies]
24-
karyon_core = { path = "core", version = "0.3.5", default-features = false }
24+
karyon_core = { path = "core", version = "0.4.0", default-features = false }
2525

26-
karyon_net = { path = "net", version = "0.3.5", default-features = false }
27-
karyon_async_rustls = { path = "net/async_rustls", version = "0.3.5", default-features = false }
26+
karyon_net = { path = "net", version = "0.4.0", default-features = false }
27+
karyon_async_rustls = { path = "net/async_rustls", version = "0.4.0", default-features = false }
2828

29-
karyon_jsonrpc = { path = "jsonrpc", version = "0.3.5", default-features = false }
30-
karyon_jsonrpc_macro = { path = "jsonrpc/impl", version = "0.3.5", default-features = false }
29+
karyon_jsonrpc = { path = "jsonrpc", version = "0.4.0", default-features = false }
30+
karyon_jsonrpc_macro = { path = "jsonrpc/impl", version = "0.4.0", default-features = false }
3131

32-
karyon_p2p = { path = "p2p", version = "0.3.5", default-features = false }
32+
karyon_p2p = { path = "p2p", version = "0.4.0", default-features = false }
3333

3434
log = "0.4"
3535
thiserror = "2.0"

0 commit comments

Comments
 (0)