From 1e0dfb27ea57585662391af83e6f59e34a19e33d Mon Sep 17 00:00:00 2001 From: augustuswm Date: Fri, 3 Nov 2023 10:30:50 -0500 Subject: [PATCH] Bump version --- Cargo.lock | 8 ++++---- rfd-api/Cargo.toml | 2 +- rfd-cli/Cargo.toml | 2 +- rfd-processor/Cargo.toml | 2 +- rfd-redirect/Cargo.toml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf78d91a..c167d5ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2459,7 +2459,7 @@ dependencies = [ [[package]] name = "rfd-api" -version = "0.1.4" +version = "0.1.5" dependencies = [ "async-trait", "base64 0.21.4", @@ -2512,7 +2512,7 @@ dependencies = [ [[package]] name = "rfd-cli" -version = "0.1.4" +version = "0.1.5" dependencies = [ "anyhow", "chrono", @@ -2563,7 +2563,7 @@ dependencies = [ [[package]] name = "rfd-processor" -version = "0.1.4" +version = "0.1.5" dependencies = [ "async-trait", "base64 0.21.4", @@ -2601,7 +2601,7 @@ dependencies = [ [[package]] name = "rfd-redirect" -version = "0.1.4" +version = "0.1.5" dependencies = [ "config", "dropshot", diff --git a/rfd-api/Cargo.toml b/rfd-api/Cargo.toml index d4661d55..97f697e7 100644 --- a/rfd-api/Cargo.toml +++ b/rfd-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rfd-api" -version = "0.1.4" +version = "0.1.5" edition = "2021" repository = "https://github.com/oxidecomputer/rfd-api" diff --git a/rfd-cli/Cargo.toml b/rfd-cli/Cargo.toml index 1f47b3cd..d2fcae7c 100644 --- a/rfd-cli/Cargo.toml +++ b/rfd-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rfd-cli" -version = "0.1.4" +version = "0.1.5" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/rfd-processor/Cargo.toml b/rfd-processor/Cargo.toml index 54f87a49..7adfbe05 100644 --- a/rfd-processor/Cargo.toml +++ b/rfd-processor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rfd-processor" -version = "0.1.4" +version = "0.1.5" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/rfd-redirect/Cargo.toml b/rfd-redirect/Cargo.toml index 0fd98818..c0122877 100644 --- a/rfd-redirect/Cargo.toml +++ b/rfd-redirect/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rfd-redirect" -version = "0.1.4" +version = "0.1.5" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html