summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFerris Tseng <ferristseng@fastmail.fm>2020-08-03 20:14:10 -0400
committerFerris Tseng <ferristseng@fastmail.fm>2020-08-03 20:14:10 -0400
commit8c999d104f403b34d9d9b8a63d1ed41c4aa871ee (patch)
treeb089072a560c8e0ada1f9556c943b522badbaaf4 /README.md
parent8bd79dc412c399dc59075a04b80c894baa108475 (diff)
increment version; update dependencies
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 05654ff..9e778e8 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"
+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