Skip to content

Commit

Permalink
Update the feature flag list in the documentation. (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsquire authored Feb 27, 2024
1 parent 07e1e4b commit 8cebc38
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.20.1 - 2024-02-27

### Fixed

- The main documentation was updated to reflect the current feature flags.

## 0.20.0 - 2024-01-16

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sendgrid"
version = "0.20.0"
version = "0.20.1"
edition = "2021"
authors = ["Garrett Squire <[email protected]>"]
description = "An unofficial client library for the SendGrid API"
Expand Down
4 changes: 1 addition & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@
//! OpenSSL) with RusTLS, which is a TLS implementation in Rust.
//! * `native-tls`: enabled by default, this feature flag enabled the default SSL provider in the
//! operating system (usually OpenSSL).
//! * `async`: this feature flag changes the `send` function on the `SGClient` into an asynchronous
//! version. Note that without this feature flag, constructing an `SGClient` inside an asynchronous
//! function is not possible.
//! * `blocking`: this feature flag allows you to construct a synchronous `SGClient`.
//!
//! ## Build Dependencies
//! This library utilises [reqwest](https://crates.io/crates/reqwest). Follow the instructions on
Expand Down

0 comments on commit 8cebc38

Please sign in to comment.