File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ cargo add http-adapter
1717Or 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
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ repository = "https://github.com/twistedfall/http-adapter"
1414maintenance = { status = " passively-maintained" }
1515
1616[dependencies ]
17- http-adapter = { version = " 0.2 " , path = " ../http-adapter" }
17+ http-adapter = { version = " 0.3 " , path = " ../http-adapter" }
1818http-body-util = " 0.1"
1919reqwest = { version = " 0.12" , default-features = false }
2020
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ repository = "https://github.com/twistedfall/http-adapter"
1414maintenance = { status = " passively-maintained" }
1515
1616[dependencies ]
17- http-adapter = { version = " 0.2 " , path = " ../http-adapter" }
17+ http-adapter = { version = " 0.3 " , path = " ../http-adapter" }
1818surf = { version = " 2" , default-features = false }
1919
2020[dev-dependencies ]
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ repository = "https://github.com/twistedfall/http-adapter"
1414maintenance = { status = " passively-maintained" }
1515
1616[dependencies ]
17- http-adapter = { version = " 0.2 " , path = " ../http-adapter" }
17+ http-adapter = { version = " 0.3 " , path = " ../http-adapter" }
1818ureq = { version = " 3.0" , default-features = false }
1919
2020[dev-dependencies ]
Original file line number Diff line number Diff line change 11[package ]
22name = " http-adapter"
3- version = " 0.2.1 "
3+ version = " 0.3.0 "
44edition = " 2021"
55description = " Adapter for HTTP client agnostic requests"
66keywords = [" http" , " request" , " client" ]
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ cargo add http-adapter
1717Or 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
You can’t perform that action at this time.
0 commit comments