summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFerris Tseng <ferristseng@fastmail.fm>2018-06-27 18:08:19 -0400
committerFerris Tseng <ferristseng@fastmail.fm>2018-06-27 18:08:19 -0400
commit3c25abc18d7f01bd329d3368c8af064c589df2ee (patch)
tree0c4baa946c9d8ac11f7d210205d4bacbb567e491
parent58d7022e9e70863a23d7f7e31a806879a854226c (diff)
upgrade library vesion number
-rw-r--r--ipfs-api/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipfs-api/Cargo.toml b/ipfs-api/Cargo.toml
index e869e93..597a42a 100644
--- a/ipfs-api/Cargo.toml
+++ b/ipfs-api/Cargo.toml
@@ -19,7 +19,7 @@ error-chain = "0.12"
futures = "0.1"
http = "0.1"
hyper = "0.12"
-hyper-multipart-rfc7578 = "0.2.0-alpha1"
+hyper-multipart-rfc7578 = "0.2.0-alpha2"
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"