From cd7f8b4fd826e61c0edf2de2369834fee339e1e1 Mon Sep 17 00:00:00 2001 From: Ferris Tseng Date: Sat, 13 Feb 2021 23:50:32 -0500 Subject: increment version --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index bc375f9..aae6d5c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Rust library for connecting to the IPFS HTTP API using Hyper/Actix. ```toml [dependencies] -ipfs-api = "0.10.0" +ipfs-api = "0.11.0" ``` #### Feature Flags @@ -18,7 +18,7 @@ You can use `actix-web` as a backend instead of `hyper`. ```toml [dependencies] -ipfs-api = { version = "0.10.0", features = ["with-actix"], default-features = false } +ipfs-api = { version = "0.11.0", features = ["with-actix"], default-features = false } ``` You also have the option of using [`rustls`](https://crates.io/crates/rustls) @@ -26,14 +26,14 @@ instead of native tls: ```toml [dependencies] -ipfs-api = { version = "0.10.0", features = ["with-hyper-rustls"], default-features = false } +ipfs-api = { version = "0.11.0", features = ["with-hyper-rustls"], default-features = false } ``` To enable the builder pattern (default) use the `with-builder` feature: ```toml [dependencies] -ipfs-api = { version = "0.10.0", features = ["with-hyper-rustls", "with-builder"], default-features = false } +ipfs-api = { version = "0.11.0", features = ["with-hyper-rustls", "with-builder"], default-features = false } ``` ### Examples -- cgit v1.2.3