summaryrefslogtreecommitdiffstats
path: root/ipfs-api
diff options
context:
space:
mode:
authorFerris Tseng <ferris@navapbc.com>2020-03-22 18:18:59 -0400
committerFerris Tseng <ferris@navapbc.com>2020-03-22 18:18:59 -0400
commit395cefb4cad7b2c4f59a7611907630c3a922666d (patch)
treeb838f26316f0977b164eb3a05390f7fe3d26b8d4 /ipfs-api
parent3f13c0516565c234898fa2a95ed3c5ea32d6c5e6 (diff)
0.7.0 -> 0.7.1
Diffstat (limited to 'ipfs-api')
-rw-r--r--ipfs-api/Cargo.toml2
-rw-r--r--ipfs-api/src/lib.rs4
2 files changed, 3 insertions, 3 deletions
diff --git a/ipfs-api/Cargo.toml b/ipfs-api/Cargo.toml
index 1fa4c3b..7a58898 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.0"
+version = "0.7.1"
readme = "../README.md"
license = "MIT OR Apache-2.0"
diff --git a/ipfs-api/src/lib.rs b/ipfs-api/src/lib.rs
index 8521fc1..716ba23 100644
--- a/ipfs-api/src/lib.rs
+++ b/ipfs-api/src/lib.rs
@@ -14,14 +14,14 @@
//!
//! ```toml
//! [dependencies]
-//! ipfs-api = "0.7.0"
+//! ipfs-api = "0.7.1"
//! ```
//!
//! You can use `actix-web` as a backend instead of `hyper`.
//!
//! ```toml
//! [dependencies]
-//! ipfs-api = { version = "0.7.0", features = ["actix"], default-features = false }
+//! ipfs-api = { version = "0.7.1", features = ["actix"], default-features = false }
//! ```
//!
//! ## Examples