summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJannis M. Hoffmann <jannis@fehcom.de>2024-12-08 16:03:30 +0100
committerJannis M. Hoffmann <jannis@fehcom.de>2024-12-08 16:03:30 +0100
commitf5b98066b6e474bbe13051ff0a56944a562fc243 (patch)
tree99d69c23dc5a204deaf745a2e979b64ebd059519 /Cargo.toml
parent83ce24c22eff6c778adcdb067b5fc4e8940d808d (diff)
update for mail-storage version 1.1
This adds the new method ListSearch and deprecates the methods List and Search. This also redoes pagination which is now keyset based instead of offset based. https://blog.sequinstream.com/keyset-cursors-not-offsets-for-postgres-pagination/ This version also adds an optimization so that reading only the header is required when only header data is required.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 40ee19c..2c9acb7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "jwebmail-extract"
-version = "0.8.1"
+version = "0.9.0"
authors = ["Jannis M. Hoffmann <jannis@fehcom.de>"]
edition = "2021"
rust-version = "1.80"