From e9a1c80b6fda674e9212ead519b9482b4cfc23a4 Mon Sep 17 00:00:00 2001 From: j-mendez Date: Sat, 30 Nov 2024 21:42:06 -0500 Subject: [PATCH] release(minor): add bigtiff asset detection 0.1.10 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 99a5d00..49b7e55 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "auto_encoder" -version = "0.1.9" +version = "0.1.10" dependencies = [ "chardetng", "encoding_rs", diff --git a/Cargo.toml b/Cargo.toml index 2893b39..652d96d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "auto_encoder" -version = "0.1.9" +version = "0.1.10" edition = "2021" description = "Auto encoding library" repository = "https://github.com/spider-rs/auto-encoder"