Skip to content

Commit 211ff84

Browse files
committed
chore: Release
1 parent b8f5553 commit 211ff84

3 files changed

Lines changed: 17 additions & 11 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ cargo add http-adapter
1717
Or add to your Cargo.toml:
1818
```toml
1919
[dependencies]
20-
http-adapter = "0.2.0"
20+
http-adapter = "0.2.1"
2121
```
2222

2323
## Adapter for HTTP client agnostic requests

http-adapter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "http-adapter"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
edition = "2021"
55
description = "Adapter for HTTP client agnostic requests"
66
keywords = ["http", "request", "client"]

http-adapter/README.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,25 @@
11
# http-adapter
22

3-
## Documentation
3+
[![Build Status](https://github.com/twistedfall/http-adapter/actions/workflows/http-adapter.yml/badge.svg)](https://github.com/twistedfall/http-adapter/actions/workflows/http-adapter.yml)
4+
[![Documentation](https://docs.rs/http-adapter/badge.svg)](https://docs.rs/http-adapter)
5+
[![Crates.io](https://img.shields.io/crates/v/http-adapter)](https://crates.io/crates/http-adapter)
6+
![Maintenance](https://img.shields.io/badge/maintenance-passively--maintained-yellowgreen.svg)
7+
8+
[Support the project](https://github.com/sponsors/twistedfall) | [Documentation](https://docs.rs/http-adapter)
49

5-
See [full documentation](https://docs.rs/http-adapter)
610

711
## Usage
812

9-
Add this to your Cargo.toml:
13+
Run:
14+
```shell
15+
cargo add http-adapter
1016
```
17+
Or add to your Cargo.toml:
18+
```toml
1119
[dependencies]
12-
http-adapter = "0.2.0"
20+
http-adapter = "0.2.1"
1321
```
1422

15-
![Maintenance](https://img.shields.io/badge/maintenance-passively--maintained-yellowgreen.svg)
16-
[![Build Status](https://github.com/twistedfall/http-adapter/actions/workflows/http-adapter.yml/badge.svg)](https://github.com/twistedfall/http-adapter/actions/workflows/http-adapter.yml)
17-
[![Documentation](https://docs.rs/http-adapter/badge.svg)](https://docs.rs/http-adapter)
18-
1923
## Adapter for HTTP client agnostic requests
2024

2125
This crate allows the async libraries to be HTTP client agnostic and not force a particular choice of an async runtime because
@@ -79,4 +83,6 @@ impl<HttpClient: HttpClientAdapter + Default> Default for APIClient<HttpClient>
7983
[2]: <https://crates.io/crates/http-adapter-surf>
8084
[3]: <https://crates.io/crates/http-adapter-ureq>
8185

82-
License: LGPL-3.0
86+
## License
87+
88+
LGPL-3.0

0 commit comments

Comments
 (0)