From 38e8ad75e9310beac9846f982eecb7a0ba439bbd Mon Sep 17 00:00:00 2001 From: Ferris Tseng Date: Wed, 16 Sep 2020 20:36:41 -0400 Subject: upgrading version --- Cargo.lock | 2 +- README.md | 4 ++-- ipfs-api/Cargo.toml | 2 +- ipfs-api/src/lib.rs | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea48e38..31588d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -994,7 +994,7 @@ dependencies = [ [[package]] name = "ipfs-api" -version = "0.8.0-rc.1" +version = "0.8.0-rc.2" dependencies = [ "actix-http 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "actix-multipart-rfc7578 0.3.0-rc (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/README.md b/README.md index 9e778e8..5b63709 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.8.0-rc.1" +ipfs-api = "0.8.0-rc.2" ``` You can use `actix-web` as a backend instead of `hyper`. ```toml [dependencies] -ipfs-api = { version = "0.8.0-rc.1", features = ["actix"], default-features = false } +ipfs-api = { version = "0.8.0-rc.2", features = ["actix"], default-features = false } ``` ### Examples diff --git a/ipfs-api/Cargo.toml b/ipfs-api/Cargo.toml index 89398f3..6444e39 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.1" +version = "0.8.0-rc.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 d26a408..a0b8a98 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.1" +//! ipfs-api = "0.8.0-rc.2" //! ``` //! //! You can use `actix-web` as a backend instead of `hyper`. //! //! ```toml //! [dependencies] -//! ipfs-api = { version = "0.8.0-rc.1", features = ["actix"], default-features = false } +//! ipfs-api = { version = "0.8.0-rc.2", features = ["actix"], default-features = false } //! ``` //! //! ## Examples -- cgit v1.2.3