summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFerris Tseng <ferris@navapbc.com>2019-12-25 19:36:24 -0500
committerFerris Tseng <ferris@navapbc.com>2019-12-25 19:36:24 -0500
commit6a9a793ea3b65d9202907bde06c662ca2a9bfe40 (patch)
treeee940c7cae03009eed2030a35fc121bac325b49e
parent27dbbafda4bccdb1af406cb82b078744513652c9 (diff)
add rc version
-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 56e6c5f..58683a5 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.6.0"
+version = "0.6.0-rc"
readme = "../README.md"
license = "MIT OR Apache-2.0"