From 8cdc44b24724acf7dd458e59f5ceed4af04574be Mon Sep 17 00:00:00 2001 From: hozan23 Date: Sat, 2 Dec 2023 05:10:33 +0300 Subject: Ensure uniform usage of the name `karyon` across all files --- jsonrpc/examples/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jsonrpc/examples/client.rs') diff --git a/jsonrpc/examples/client.rs b/jsonrpc/examples/client.rs index b28760d..2c8cf83 100644 --- a/jsonrpc/examples/client.rs +++ b/jsonrpc/examples/client.rs @@ -1,7 +1,7 @@ use serde::{Deserialize, Serialize}; use smol::net::TcpStream; -use karyons_jsonrpc::{Client, ClientConfig}; +use karyon_jsonrpc::{Client, ClientConfig}; #[derive(Deserialize, Serialize)] struct Req { -- cgit v1.2.3