We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 346b728 commit 08deb5cCopy full SHA for 08deb5c
2 files changed
http-adapter-ureq/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "http-adapter-ureq"
3
-version = "0.3.1"
+version = "0.4.0"
4
edition = "2021"
5
description = "HTTP adapter implementation for ureq"
6
keywords = ["http", "request", "client"]
http-adapter-ureq/README.md
@@ -17,7 +17,7 @@ cargo add http-adapter-ureq
17
Or add to your Cargo.toml:
18
```toml
19
[dependencies]
20
-http-adapter-ureq = "0.3.1"
+http-adapter-ureq = "0.4.0"
21
```
22
23
## HTTP adapter implementation for [ureq](https://crates.io/crates/ureq)
0 commit comments