From eb48797dffc1fe52ff935540a70d8d895050af46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Thu, 1 Feb 2024 15:14:40 +0100 Subject: [PATCH] chore: Release lassie version 0.9.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 908ef1b..bb90fa2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -225,7 +225,7 @@ checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c" [[package]] name = "lassie" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "cc", diff --git a/Cargo.toml b/Cargo.toml index a57be3a..c273216 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lassie" -version = "0.8.0" +version = "0.9.0" description = "A Rust wrapper for Lassie - a minimal universal retrieval client library for IPFS and Filecoin" license = "MIT OR Apache-2.0" edition = "2021"