chore: bump ipfs-unixfs version to 0.2.0

This commit is contained in:
Joonas Koivunen 2020-09-23 16:07:25 +03:00
parent cbbccf58b5
commit 9b8d9ab68e
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -1265,7 +1265,7 @@ dependencies = [
[[package]]
name = "ipfs-unixfs"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"cid",
"criterion",

View File

@ -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"]