aboutsummaryrefslogtreecommitdiff
path: root/jsonrpc/Cargo.toml
diff options
context:
space:
mode:
authorhozan23 <hozan23@karyontech.net>2024-06-30 04:46:12 +0200
committerhozan23 <hozan23@karyontech.net>2024-06-30 04:46:12 +0200
commit2ec4d4a3c3779dc016c8437891f825a54a805808 (patch)
treec540510abe69348281a169d96621c2e45f3a8640 /jsonrpc/Cargo.toml
parenta45bbec25952a15cacb105b536432d6fbe3fb7b1 (diff)
bump version to 0.1.5
Diffstat (limited to 'jsonrpc/Cargo.toml')
-rw-r--r--jsonrpc/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/jsonrpc/Cargo.toml b/jsonrpc/Cargo.toml
index 1660356..41017fc 100644
--- a/jsonrpc/Cargo.toml
+++ b/jsonrpc/Cargo.toml
@@ -30,10 +30,10 @@ tokio = [
]
[dependencies]
-karyon_core = { version = "0.1.4", path = "../core", default-features = false }
-karyon_net = { version = "0.1.4", path = "../net", default-features = false }
+karyon_core = { version = "0.1.5", path = "../core", default-features = false }
+karyon_net = { version = "0.1.5", path = "../net", default-features = false }
-karyon_jsonrpc_macro = { version = "0.1.4", path = "jsonrpc_macro", default-features = false }
+karyon_jsonrpc_macro = { version = "0.1.5", path = "jsonrpc_macro", default-features = false }
log = "0.4.21"
rand = "0.8.5"