From ac58681388d8f5d080707263b024cd220c68047e Mon Sep 17 00:00:00 2001 From: Darius Clark Date: Mon, 28 Oct 2024 21:12:54 -0400 Subject: [PATCH] chore: release 0.12.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = []