Skip to content

Commit 8cd2d90

Browse files
committed
Update Readme with Whatsapp support, update tokio dependency
1 parent 6c9c063 commit 8cd2d90

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ serde = { version = "1.0", features = ["derive"] }
1919
serde_derive = "1.0"
2020
serde_json = "1.0"
2121
thiserror = "1.0"
22-
tokio = { version = "1.20", features = ["full"] }
22+
tokio = { version = "1.21", features = ["full"] }
2323
validator = { version = "0.16", features = ["derive"] }
2424

2525
[dev-dependencies]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ models errors. The module structure is divided by communication channel.
1616

1717
## 📡 Supported Channels
1818
- [SMS](https://www.infobip.com/docs/api/channels/sms)
19-
- [WhatsApp](https://www.infobip.com/docs/api/channels/whatsapp) (partially, in progress)
19+
- [WhatsApp](https://www.infobip.com/docs/api/channels/whatsapp)
2020

2121
More Channels to be added in the near future!
2222

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//!
88
//! ## Supported Channels
99
//! - [SMS](https://www.infobip.com/docs/api/channels/sms)
10-
//! - [WhatsApp](https://www.infobip.com/docs/api/channels/whatsapp) (partially, in progress)
10+
//! - [WhatsApp](https://www.infobip.com/docs/api/channels/whatsapp)
1111
//!
1212
//! More Channels to be added in the near future!
1313
//!

0 commit comments

Comments
 (0)