summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFerris Tseng <ferristseng@fastmail.fm>2020-09-16 20:36:41 -0400
committerFerris Tseng <ferristseng@fastmail.fm>2020-09-16 20:36:41 -0400
commit38e8ad75e9310beac9846f982eecb7a0ba439bbd (patch)
treec4b2bde822ceba0299212a865cfea2fd15410326 /README.md
parent00c877a59cb46308dbf4d5c6cbe6c65cbd686273 (diff)
upgrading version
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
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