From 6bb6d380a9c18e8b3d61801e73058988ff6477e2 Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Wed, 12 Feb 2025 08:50:09 -0800 Subject: [PATCH] Bumping version to 0.0.144 --- Cargo.lock | 16 ++++++++-------- notmuch/Cargo.toml | 2 +- procmail2notmuch/Cargo.toml | 2 +- server/Cargo.toml | 2 +- shared/Cargo.toml | 2 +- web/Cargo.toml | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 69797fc..700ff5c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2885,7 +2885,7 @@ dependencies = [ [[package]] name = "letterbox" -version = "0.0.143" +version = "0.0.144" dependencies = [ "build-info", "build-info-build", @@ -2903,7 +2903,7 @@ dependencies = [ "serde", "serde_json", "shared", - "thiserror 1.0.69", + "thiserror 2.0.11", "uuid", "wasm-bindgen", "wasm-bindgen-test", @@ -2912,7 +2912,7 @@ dependencies = [ [[package]] name = "letterbox-server" -version = "0.0.143" +version = "0.0.144" dependencies = [ "ammonia", "anyhow", @@ -2945,7 +2945,7 @@ dependencies = [ "shared", "sqlx", "tantivy", - "thiserror 1.0.69", + "thiserror 2.0.11", "tokio 1.43.0", "tracing", "url", @@ -3451,7 +3451,7 @@ dependencies = [ [[package]] name = "notmuch" -version = "0.0.143" +version = "0.0.144" dependencies = [ "itertools 0.14.0", "log", @@ -3459,7 +3459,7 @@ dependencies = [ "rayon", "serde", "serde_json", - "thiserror 1.0.69", + "thiserror 2.0.11", "tracing", ] @@ -4268,7 +4268,7 @@ dependencies = [ [[package]] name = "procmail2notmuch" -version = "0.0.143" +version = "0.0.144" dependencies = [ "anyhow", ] @@ -5366,7 +5366,7 @@ dependencies = [ [[package]] name = "shared" -version = "0.0.143" +version = "0.0.144" dependencies = [ "build-info", "notmuch", diff --git a/notmuch/Cargo.toml b/notmuch/Cargo.toml index 91e3bd2..72edca7 100644 --- a/notmuch/Cargo.toml +++ b/notmuch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notmuch" -version = "0.0.143" +version = "0.0.144" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/procmail2notmuch/Cargo.toml b/procmail2notmuch/Cargo.toml index 1e8e974..af5bb49 100644 --- a/procmail2notmuch/Cargo.toml +++ b/procmail2notmuch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "procmail2notmuch" -version = "0.0.143" +version = "0.0.144" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/server/Cargo.toml b/server/Cargo.toml index e1a82cc..c7510bd 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "letterbox-server" -version = "0.0.143" +version = "0.0.144" edition = "2021" default-run = "letterbox-server" diff --git a/shared/Cargo.toml b/shared/Cargo.toml index 99583c4..4ea8e9a 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shared" -version = "0.0.143" +version = "0.0.144" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/web/Cargo.toml b/web/Cargo.toml index 99096a5..f9cb354 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -1,5 +1,5 @@ [package] -version = "0.0.143" +version = "0.0.144" name = "letterbox" repository = "https://github.com/seed-rs/seed-quickstart" authors = ["Bill Thiede "]