gsquire / sendgrid-rs

Unofficial Rust library for the SendGrid API
https://crates.io/crates/sendgrid
MIT License
107 stars 50 forks source link

Remove Feature #105

Closed gsquire closed 9 months ago

gsquire commented 9 months ago

This patch removes the async feature so we do not break the additive support used by cargo. We also update a few dependencies.

Fixes #104