From 7cfa005ea43d8add6715f50e79d1434e0d07b306 Mon Sep 17 00:00:00 2001 From: Joonas Koivunen Date: Thu, 8 Oct 2020 10:49:14 +0300 Subject: [PATCH] chore: bump ipfs version to 0.2.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6c621f8be..46051d416 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1185,7 +1185,7 @@ dependencies = [ [[package]] name = "ipfs" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index 7304600cb..e98c81e6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ name = "ipfs" readme = "README.md" repository = "https://github.com/rs-ipfs/rust-ipfs" description = "IPFS node implementation" -version = "0.2.0" +version = "0.2.1" [features] default = []