summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFerris Tseng <ferris@navapbc.com>2020-03-17 21:23:28 -0400
committerFerris Tseng <ferris@navapbc.com>2020-03-17 21:23:28 -0400
commit7fd5b7e7ca7174b4926fadb31decbec5e38a5cf0 (patch)
tree001dba383b02aff898b895741bc2955e28d4748b /README.md
parenta515fc52daafb7cf4ee4dc0566dafbb1a9c60557 (diff)
increment version; upgrade dependencies; fix deprecations
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 e9dfd52..7a5adf8 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.6.0"
+ipfs-api = "0.7.0"
```
You can use `actix-web` as a backend instead of `hyper`.
```toml
[dependencies]
-ipfs-api = { version = "0.6.0", features = ["actix"], default-features = false }
+ipfs-api = { version = "0.7.0", features = ["actix"], default-features = false }
```
### Examples