Skip to content

Commit c560852

Browse files
committed
chore: Release
1 parent bc639c9 commit c560852

6 files changed

Lines changed: 6 additions & 6 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.1"
20+
http-adapter = "0.3.0"
2121
```
2222

2323
## Adapter for HTTP client agnostic requests

http-adapter-reqwest/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repository = "https://github.com/twistedfall/http-adapter"
1414
maintenance = { status = "passively-maintained" }
1515

1616
[dependencies]
17-
http-adapter = { version = "0.2", path = "../http-adapter" }
17+
http-adapter = { version = "0.3", path = "../http-adapter" }
1818
http-body-util = "0.1"
1919
reqwest = { version = "0.12", default-features = false }
2020

http-adapter-surf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repository = "https://github.com/twistedfall/http-adapter"
1414
maintenance = { status = "passively-maintained" }
1515

1616
[dependencies]
17-
http-adapter = { version = "0.2", path = "../http-adapter" }
17+
http-adapter = { version = "0.3", path = "../http-adapter" }
1818
surf = { version = "2", default-features = false }
1919

2020
[dev-dependencies]

http-adapter-ureq/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repository = "https://github.com/twistedfall/http-adapter"
1414
maintenance = { status = "passively-maintained" }
1515

1616
[dependencies]
17-
http-adapter = { version = "0.2", path = "../http-adapter" }
17+
http-adapter = { version = "0.3", path = "../http-adapter" }
1818
ureq = { version = "3.0", default-features = false }
1919

2020
[dev-dependencies]

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.1"
3+
version = "0.3.0"
44
edition = "2021"
55
description = "Adapter for HTTP client agnostic requests"
66
keywords = ["http", "request", "client"]

http-adapter/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.1"
20+
http-adapter = "0.3.0"
2121
```
2222

2323
## Adapter for HTTP client agnostic requests

0 commit comments

Comments
 (0)