From ebf9737c607b63b5c9648deb77c32a189180189d Mon Sep 17 00:00:00 2001 From: Quentin Kaiser Date: Wed, 6 Nov 2024 19:28:54 +0100 Subject: [PATCH] chore: bumped version to 0.1.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e6f12c3..cd8494f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -830,7 +830,7 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" [[package]] name = "unblob-native" -version = "0.1.4" +version = "0.1.5" dependencies = [ "approx", "criterion", diff --git a/Cargo.toml b/Cargo.toml index 4fd15c0..fd48173 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unblob-native" -version = "0.1.4" +version = "0.1.5" edition = "2021" license = "MIT"