From b061e8d914906d3eea3e7b6b5a35afd049a84e5b Mon Sep 17 00:00:00 2001 From: Ferris Tseng Date: Sat, 16 May 2020 15:55:02 -0400 Subject: increment version --- ipfs-api/Cargo.toml | 2 +- ipfs-api/src/lib.rs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'ipfs-api') diff --git a/ipfs-api/Cargo.toml b/ipfs-api/Cargo.toml index 7a58898..77ff907 100644 --- a/ipfs-api/Cargo.toml +++ b/ipfs-api/Cargo.toml @@ -7,7 +7,7 @@ documentation = "https://docs.rs/ipfs-api" repository = "https://github.com/ferristseng/rust-ipfs-api" keywords = ["ipfs"] categories = ["filesystem", "web-programming"] -version = "0.7.1" +version = "0.7.2" readme = "../README.md" license = "MIT OR Apache-2.0" diff --git a/ipfs-api/src/lib.rs b/ipfs-api/src/lib.rs index dc02e96..806226e 100644 --- a/ipfs-api/src/lib.rs +++ b/ipfs-api/src/lib.rs @@ -14,14 +14,14 @@ //! //! ```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