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 = []