From 5c55a290ac8c823aa308b15d51a23d3880a8885b Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Sun, 1 Sep 2024 15:34:53 -0700 Subject: [PATCH] Bumping version to :?} --- notmuch/Cargo.toml | 2 +- procmail2notmuch/Cargo.toml | 2 +- server/Cargo.toml | 2 +- shared/Cargo.toml | 2 +- web/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/notmuch/Cargo.toml b/notmuch/Cargo.toml index e087f65..5c0b67d 100644 --- a/notmuch/Cargo.toml +++ b/notmuch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notmuch" -version = "0.2.0-a8c5a16" +version = "0.6.0" 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 c48b5da..5c88964 100644 --- a/procmail2notmuch/Cargo.toml +++ b/procmail2notmuch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "procmail2notmuch" -version = "0.2.0-a8c5a16" +version = "0.6.0" 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 1c25014..21ae211 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "server" -version = "0.2.0-a8c5a16" +version = "0.6.0" edition = "2021" default-run = "server" diff --git a/shared/Cargo.toml b/shared/Cargo.toml index 23a1347..b828c85 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shared" -version = "0.2.0-a8c5a16" +version = "0.6.0" 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 0aa08f4..b0c6958 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -1,5 +1,5 @@ [package] -version = "0.2.0-a8c5a16" +version = "0.6.0" name = "letterbox" repository = "https://github.com/seed-rs/seed-quickstart" authors = ["Bill Thiede "]