From 6a06574fea996cf4d3ebd0ab1747b5a55467bd6b Mon Sep 17 00:00:00 2001 From: augustuswm Date: Mon, 5 Feb 2024 11:10:11 -0600 Subject: [PATCH] Bump versions --- 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 a923793..d3f7065 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2511,7 +2511,7 @@ dependencies = [ [[package]] name = "rfd-api" -version = "0.2.1" +version = "0.3.0" dependencies = [ "async-trait", "base64 0.21.7", @@ -2567,7 +2567,7 @@ dependencies = [ [[package]] name = "rfd-cli" -version = "0.2.1" +version = "0.3.0" dependencies = [ "anyhow", "chrono", @@ -2619,7 +2619,7 @@ dependencies = [ [[package]] name = "rfd-processor" -version = "0.2.1" +version = "0.3.0" dependencies = [ "async-trait", "base64 0.21.7", @@ -2658,7 +2658,7 @@ dependencies = [ [[package]] name = "rfd-redirect" -version = "0.2.1" +version = "0.3.0" dependencies = [ "config", "dropshot", diff --git a/rfd-api/Cargo.toml b/rfd-api/Cargo.toml index 4c1a7ff..04a88e0 100644 --- a/rfd-api/Cargo.toml +++ b/rfd-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rfd-api" -version = "0.2.1" +version = "0.3.0" edition = "2021" repository = "https://github.com/oxidecomputer/rfd-api" diff --git a/rfd-cli/Cargo.toml b/rfd-cli/Cargo.toml index 50afb4e..7971a32 100644 --- a/rfd-cli/Cargo.toml +++ b/rfd-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rfd-cli" -version = "0.2.1" +version = "0.3.0" 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 410d235..9907662 100644 --- a/rfd-processor/Cargo.toml +++ b/rfd-processor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rfd-processor" -version = "0.2.1" +version = "0.3.0" 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 4769f05..768fde8 100644 --- a/rfd-redirect/Cargo.toml +++ b/rfd-redirect/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rfd-redirect" -version = "0.2.1" +version = "0.3.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html