diff --git a/Cargo.lock b/Cargo.lock index fa0f815..8c48293 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3329,7 +3329,7 @@ dependencies = [ [[package]] name = "polymesh-api-client" -version = "3.8.1" +version = "3.8.2" dependencies = [ "anyhow", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index 8b312a3..f565aa0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ members = [ # Our crates polymesh-api-codegen-macro = { version = "3.6.2", path = "crates/polymesh-api-codegen-macro", default-features = false } polymesh-api-codegen = { version = "3.6.2", path = "crates/polymesh-api-codegen", default-features = false } -polymesh-api-client = { version = "3.8.1", path = "crates/polymesh-api-client", default-features = false } +polymesh-api-client = { version = "3.8.2", path = "crates/polymesh-api-client", default-features = false } polymesh-api-client-extras = { version = "3.4.2", path = "crates/polymesh-api-client-extras", default-features = false } polymesh-api-tester = { version = "0.8.0", path = "crates/polymesh-api-tester", default-features = false } polymesh-api-ink = { version = "1.5.0", path = "crates/polymesh-api-ink", default-features = false } diff --git a/crates/polymesh-api-client/Cargo.toml b/crates/polymesh-api-client/Cargo.toml index 994189c..122ef66 100644 --- a/crates/polymesh-api-client/Cargo.toml +++ b/crates/polymesh-api-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polymesh-api-client" -version = "3.8.1" +version = "3.8.2" edition = "2021" authors = ["Robert G. Jakabosky "] license = "Apache-2.0" diff --git a/crates/polymesh-api-client/src/basic_types.rs b/crates/polymesh-api-client/src/basic_types.rs index 773247b..598ef9f 100644 --- a/crates/polymesh-api-client/src/basic_types.rs +++ b/crates/polymesh-api-client/src/basic_types.rs @@ -740,7 +740,7 @@ impl From for AssetId { } } -impl std::str::FromStr for AssetId { +impl FromStr for AssetId { type Err = uuid::Error; fn from_str(uuid_str: &str) -> Result {