From befca202adba9daaa7a8adf9a1effffae1c9e5c8 Mon Sep 17 00:00:00 2001 From: d1pankarmedhi Date: Thu, 23 May 2024 19:10:53 +0530 Subject: [PATCH] version update --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 34641aa..3f5714a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -72,7 +72,7 @@ dependencies = [ [[package]] name = "chunkr" -version = "0.1.15" +version = "0.1.17" dependencies = [ "lopdf", "serde", diff --git a/Cargo.toml b/Cargo.toml index 6be6584..1b8a5b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Dipankar dipankarmedhi11@gmail.com"] edition = "2021" license = "MIT" name = "chunkr" -version = "0.1.15" +version = "0.1.17" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html description = "A fast and quick chunking library for rust"