Skip to content

Commit

Permalink
Merge pull request #73 from collinsmuriuki/release-v1
Browse files Browse the repository at this point in the history
v1.0.0 release
  • Loading branch information
c12i authored Aug 28, 2023
2 parents 41f5c47 + 0c93b97 commit ad79f58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "mpesa"
version = "0.4.2"
version = "1.0.0"
authors = ["Collins Muriuki <murerwacollins@gmail.com>"]
edition = "2018"
edition = "2021"
description = "A wrapper around the M-PESA API in Rust."
keywords = ["api", "mpesa", "mobile"]
repository = "https://github.com/collinsmuriuki/mpesa-rust"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ An unofficial Rust wrapper around the [Safaricom API](https://developer.safarico

```toml
[dependencies]
mpesa = { git = "https://github.com/collinsmuriuki/mpesa-rust" }
mpesa = { version = "1.0.0" }
```

Optionally, you can disable default-features, which is basically the entire suite of MPESA APIs to conditionally select from either:
Expand All @@ -33,7 +33,7 @@ Example:

```toml
[dependencies]
mpesa = { git = "https://github.com/collinsmuriuki/mpesa-rust", default_features = false, features = ["b2b", "express_request"] }
mpesa = { git = "1.0.0", default_features = false, features = ["b2b", "express_request"] }
```

In your lib or binary crate:
Expand Down

0 comments on commit ad79f58

Please sign in to comment.