Skip to content

Commit

Permalink
Merge pull request #28 from Javadyakuza/main
Browse files Browse the repository at this point in the history
Fixed the package name in the installation part. fixes #27
  • Loading branch information
Vardominator authored Sep 30, 2024
2 parents 420cb53 + f853e8b commit 9400a80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9400a80

Please sign in to comment.