From 6973090b66306efad03a2cb14d4ee74128c437b7 Mon Sep 17 00:00:00 2001 From: mohammad javad safari <95472540+Javadyakuza@users.noreply.github.com> Date: Thu, 26 Sep 2024 03:02:43 +0330 Subject: [PATCH 1/2] fix(readme): Fix the package name in installation part Change the `maestro` to `maestro-rust-sdk` for the rust analyzer to recognize the package. p.s. The package name can alternatively be changed for the sake of simplicity. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e9f09c5..d68e306 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ ```toml [dependencies] -maestro = { git = "https://github.com/maestro-org/rust-sdk.git" } +maestro-rust-sdk = { git = "https://github.com/maestro-org/rust-sdk.git" } ``` ```rust From f853e8b98be48934779098d01bfc588a1e5ae67c Mon Sep 17 00:00:00 2001 From: mohammad javad safari <95472540+Javadyakuza@users.noreply.github.com> Date: Mon, 30 Sep 2024 20:29:55 +0330 Subject: [PATCH 2/2] chore(Cargo.toml): Update Cargo.toml version to "1.2.3" --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f30c3f8..db57e15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "maestro-rust-sdk" -version = "1.2.2" +version = "1.2.3" description = "Rust SDK for the Maestro Dapp Platform" repository = "https://github.com/maestro-org/rust-sdk" documentation = "https://docs.gomaestro.org/"