diff --git a/Cargo.lock b/Cargo.lock index 43a81e86f..29b7e3fb1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4379,7 +4379,7 @@ dependencies = [ [[package]] name = "rust-ipfs" -version = "0.12.1" +version = "0.12.2" dependencies = [ "anyhow", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index 07187a9d4..95b204da4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ name = "rust-ipfs" readme = "README.md" repository = "https://github.com/dariusc93/rust-ipfs" description = "IPFS node implementation" -version = "0.12.1" +version = "0.12.2" [features] default = []