From 8c999d104f403b34d9d9b8a63d1ed41c4aa871ee Mon Sep 17 00:00:00 2001 From: Ferris Tseng Date: Mon, 3 Aug 2020 20:14:10 -0400 Subject: increment version; update dependencies --- 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 86f8c3f..89398f3 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.8.0-rc" +version = "0.8.0-rc.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 c1045e4..d26a408 100644 --- a/ipfs-api/src/lib.rs +++ b/ipfs-api/src/lib.rs @@ -14,14 +14,14 @@ //! //! ```toml //! [dependencies] -//! ipfs-api = "0.8.0-rc" +//! ipfs-api = "0.8.0-rc.1" //! ``` //! //! You can use `actix-web` as a backend instead of `hyper`. //! //! ```toml //! [dependencies] -//! ipfs-api = { version = "0.8.0-rc", features = ["actix"], default-features = false } +//! ipfs-api = { version = "0.8.0-rc.1", features = ["actix"], default-features = false } //! ``` //! //! ## Examples -- cgit v1.2.3