From b061e8d914906d3eea3e7b6b5a35afd049a84e5b Mon Sep 17 00:00:00 2001 From: Ferris Tseng Date: Sat, 16 May 2020 15:55:02 -0400 Subject: increment version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index d87b3c3..254d89f 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,14 @@ Rust library for connecting to the IPFS HTTP API using tokio. ```toml [dependencies] -ipfs-api = "0.7.1" +ipfs-api = "0.7.2" ``` You can use `actix-web` as a backend instead of `hyper`. ```toml [dependencies] -ipfs-api = { version = "0.7.1", features = ["actix"], default-features = false } +ipfs-api = { version = "0.7.2", features = ["actix"], default-features = false } ``` ### Examples -- cgit v1.2.3