diff --git a/notmuch/Cargo.toml b/notmuch/Cargo.toml index 5c0b67d..b7c90ff 100644 --- a/notmuch/Cargo.toml +++ b/notmuch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "notmuch" -version = "0.6.0" +version = "0.0.3" 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 5c88964..673616f 100644 --- a/procmail2notmuch/Cargo.toml +++ b/procmail2notmuch/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "procmail2notmuch" -version = "0.6.0" +version = "0.0.3" 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 21ae211..da1bbf1 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "server" -version = "0.6.0" +version = "0.0.3" edition = "2021" default-run = "server" diff --git a/shared/Cargo.toml b/shared/Cargo.toml index b828c85..b61536e 100644 --- a/shared/Cargo.toml +++ b/shared/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shared" -version = "0.6.0" +version = "0.0.3" 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 b0c6958..8805ca8 100644 --- a/web/Cargo.toml +++ b/web/Cargo.toml @@ -1,5 +1,5 @@ [package] -version = "0.6.0" +version = "0.0.3" name = "letterbox" repository = "https://github.com/seed-rs/seed-quickstart" authors = ["Bill Thiede "]