diff --git a/Cargo.lock b/Cargo.lock index c82aa686..9d3fdf1c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4470,7 +4470,7 @@ dependencies = [ [[package]] name = "sol_rpc_client" -version = "1.0.0" +version = "1.0.1" dependencies = [ "assert_matches", "async-trait", diff --git a/libs/client/Cargo.toml b/libs/client/Cargo.toml index ffd26bc2..96c046b1 100644 --- a/libs/client/Cargo.toml +++ b/libs/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "sol_rpc_client" -version = "1.0.0" +version = "1.0.1" description = "Client to interact with the SOL RPC canister" authors.workspace = true edition.workspace = true