Skip to content

Commit f50f436

Browse files
committed
4.0.0
This release allows `HttpClient` to be used as a dynamic Trait object. - `HttpClient`: removed `Clone` bounds. - `HttpClient`: removed `Error` type.
1 parent 19ee099 commit f50f436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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-client"
3-
version = "3.0.0"
3+
version = "4.0.0"
44
license = "MIT OR Apache-2.0"
55
repository = "https://github.com/http-rs/http-client"
66
documentation = "https://docs.rs/http-client"

0 commit comments

Comments
 (0)