From 79940efef3f8f72393df788ba79b92285fad9b72 Mon Sep 17 00:00:00 2001 From: Daniel Samson <12231216+daniel-samson@users.noreply.github.com> Date: Tue, 23 Jan 2024 19:40:15 +0000 Subject: [PATCH] updating Cargo --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 59933b3..e381123 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 3 [[package]] name = "paginate" -version = "1.1.10" +version = "1.1.11" diff --git a/Cargo.toml b/Cargo.toml index 897d45b..ff947ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "paginate" -version = "1.1.10" +version = "1.1.11" authors = ["Daniel Samson"] edition = "2018" description = "A framework agnostic pagination crate, that is especially suited for databases, slices and collections. Paginate calculates the range of pages indexes, making it ideal for accessing slices, chunking data and querying databases."