From c69017bc363f6ff2ae597c530d6fce17d2632398 Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Mon, 2 Sep 2024 13:19:11 -0700 Subject: [PATCH] Bumping version to 0.0.10 --- Cargo.lock | 10 +++++----- notmuch/Cargo.toml | 2 +- procmail2notmuch/Cargo.toml | 2 +- server/Cargo.toml | 2 +- shared/Cargo.toml | 2 +- web/Cargo.toml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b1f4593..0cb46e3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2034,7 +2034,7 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "letterbox" -version = "0.0.9" +version = "0.0.10" dependencies = [ "build-info", "build-info-build", @@ -2393,7 +2393,7 @@ dependencies = [ [[package]] name = "notmuch" -version = "0.0.9" +version = "0.0.10" dependencies = [ "itertools", "log", @@ -2983,7 +2983,7 @@ dependencies = [ [[package]] name = "procmail2notmuch" -version = "0.0.9" +version = "0.0.10" dependencies = [ "anyhow", ] @@ -3750,7 +3750,7 @@ dependencies = [ [[package]] name = "server" -version = "0.0.9" +version = "0.0.10" dependencies = [ "ammonia", "anyhow", @@ -3835,7 +3835,7 @@ dependencies = [ [[package]] name = "shared" -version = "0.0.9" +version = "0.0.10" dependencies = [ "build-info", "notmuch", diff --git a/notmuch/Cargo.toml b/notmuch/Cargo.toml index 554dea5..eef12d1 100644 --- a/notmuch/Cargo.toml +++ b/notmuch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notmuch" -version = "0.0.9" +version = "0.0.10" 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 99fe2a7..7d56089 100644 --- a/procmail2notmuch/Cargo.toml +++ b/procmail2notmuch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "procmail2notmuch" -version = "0.0.9" +version = "0.0.10" 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 a7a9234..7e89801 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "server" -version = "0.0.9" +version = "0.0.10" edition = "2021" default-run = "server" diff --git a/shared/Cargo.toml b/shared/Cargo.toml index 712bd81..713a88e 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shared" -version = "0.0.9" +version = "0.0.10" 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 42db917..46a492f 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -1,5 +1,5 @@ [package] -version = "0.0.9" +version = "0.0.10" name = "letterbox" repository = "https://github.com/seed-rs/seed-quickstart" authors = ["Bill Thiede "]