From 242ba9cc5ad601a2496f794a7a1a89450c50f9ba Mon Sep 17 00:00:00 2001 From: Ferris Tseng Date: Sun, 1 Nov 2020 19:39:29 -0500 Subject: upgrading version --- README.md | 4 ++-- ipfs-api/Cargo.toml | 2 +- ipfs-api/src/lib.rs | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5b63709..0c71be8 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.2" +ipfs-api = "0.9.0" ``` You can use `actix-web` as a backend instead of `hyper`. ```toml [dependencies] -ipfs-api = { version = "0.8.0-rc.2", features = ["actix"], default-features = false } +ipfs-api = { version = "0.9.0", features = ["actix"], default-features = false } ``` ### Examples diff --git a/ipfs-api/Cargo.toml b/ipfs-api/Cargo.toml index 6444e39..88ed983 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.2" +version = "0.9.0" readme = "../README.md" license = "MIT OR Apache-2.0" diff --git a/ipfs-api/src/lib.rs b/ipfs-api/src/lib.rs index a0b8a98..d31b4e7 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.2" +//! ipfs-api = "0.9.0" //! ``` //! //! You can use `actix-web` as a backend instead of `hyper`. //! //! ```toml //! [dependencies] -//! ipfs-api = { version = "0.8.0-rc.2", features = ["actix"], default-features = false } +//! ipfs-api = { version = "0.9.0", features = ["actix"], default-features = false } //! ``` //! //! ## Examples -- cgit v1.2.3