From 9b8d9ab68ef024fc192a8f5a0c874736cd5baf2d Mon Sep 17 00:00:00 2001 From: Joonas Koivunen Date: Wed, 23 Sep 2020 16:07:25 +0300 Subject: [PATCH] chore: bump ipfs-unixfs version to 0.2.0 --- Cargo.lock | 2 +- unixfs/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 62dcca69..17858737 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1265,7 +1265,7 @@ dependencies = [ [[package]] name = "ipfs-unixfs" -version = "0.1.0" +version = "0.2.0" dependencies = [ "cid", "criterion", diff --git a/unixfs/Cargo.toml b/unixfs/Cargo.toml index 8b5f3832..94eb3a1f 100644 --- a/unixfs/Cargo.toml +++ b/unixfs/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0" name = "ipfs-unixfs" readme = "README.md" repository = "https://github.com/rs-ipfs/rust-ipfs" -version = "0.1.0" +version = "0.2.0" [features] default = ["filetime"]