diff --git a/Cargo.lock b/Cargo.lock index 9c73830cd..677d62cab 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5479,7 +5479,7 @@ dependencies = [ [[package]] name = "hyperclient" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "async-trait", diff --git a/modules/client/Cargo.toml b/modules/client/Cargo.toml index bdf20cc24..f67ce9c95 100644 --- a/modules/client/Cargo.toml +++ b/modules/client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hyperclient" -version = "0.1.0" +version = "0.2.0" edition = "2021" description = "The hyperclient is a library for managing (in-flight) ISMP requests" repository = "https://github.com/polytope-labs/hyperbridge"