From 9ea1e0c267746c415864720003fcb661534d02b7 Mon Sep 17 00:00:00 2001 From: augustuswm Date: Mon, 11 Mar 2024 12:26:52 -0500 Subject: [PATCH] Bump version --- rfd-api/Cargo.toml | 2 +- rfd-cli/Cargo.toml | 2 +- rfd-processor/Cargo.toml | 2 +- rfd-redirect/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rfd-api/Cargo.toml b/rfd-api/Cargo.toml index c140a9cc..ce0e4b28 100644 --- a/rfd-api/Cargo.toml +++ b/rfd-api/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rfd-api" -version = "0.4.0" +version = "0.5.0" edition = "2021" repository = "https://github.com/oxidecomputer/rfd-api" diff --git a/rfd-cli/Cargo.toml b/rfd-cli/Cargo.toml index d2682ebc..f913d719 100644 --- a/rfd-cli/Cargo.toml +++ b/rfd-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rfd-cli" -version = "0.4.0" +version = "0.5.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 3fe535fb..b888310c 100644 --- a/rfd-processor/Cargo.toml +++ b/rfd-processor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rfd-processor" -version = "0.4.0" +version = "0.5.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 df1b2088..54320966 100644 --- a/rfd-redirect/Cargo.toml +++ b/rfd-redirect/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rfd-redirect" -version = "0.4.0" +version = "0.5.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html