From da4f7079ea53d4ea175e3bd46b892910460eae76 Mon Sep 17 00:00:00 2001 From: hozan23 Date: Mon, 15 Jul 2024 13:30:43 +0200 Subject: bump version to 0.1.6 --- jsonrpc/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'jsonrpc') diff --git a/jsonrpc/Cargo.toml b/jsonrpc/Cargo.toml index 35053cd..2260b7e 100644 --- a/jsonrpc/Cargo.toml +++ b/jsonrpc/Cargo.toml @@ -30,10 +30,10 @@ tokio = [ ] [dependencies] -karyon_core = { version = "0.1.5", path = "../core", default-features = false } -karyon_net = { version = "0.1.5", path = "../net", default-features = false } +karyon_core = { version = "0.1.6", path = "../core", default-features = false } +karyon_net = { version = "0.1.6", path = "../net", default-features = false } -karyon_jsonrpc_macro = { version = "0.1.5", path = "impl", default-features = false } +karyon_jsonrpc_macro = { version = "0.1.6", path = "impl", default-features = false } log = "0.4.21" rand = "0.8.5" -- cgit v1.2.3