From e33dda03334c4414742b33d09ea8875b8cd471b6 Mon Sep 17 00:00:00 2001 From: Jack T Date: Tue, 1 Oct 2024 17:54:40 -0700 Subject: [PATCH] Bump --- Cargo.lock | 2 +- Cargo.toml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bf62949..c154323 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -924,7 +924,7 @@ checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" [[package]] name = "testez-companion-cli" -version = "0.1.3" +version = "0.1.4" dependencies = [ "axum", "axum-server", diff --git a/Cargo.toml b/Cargo.toml index a803868..17463fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "testez-companion-cli" -version = "0.1.3" +version = "0.1.4" edition = "2021" license = "MIT" authors = ["Jack T "] @@ -37,10 +37,10 @@ ci = ["github"] installers = [] # Target platforms to build apps for (Rust target-triple syntax) targets = [ - "aarch64-apple-darwin", - "x86_64-apple-darwin", - "x86_64-unknown-linux-gnu", - "x86_64-pc-windows-msvc", + "aarch64-apple-darwin", + "x86_64-apple-darwin", + "x86_64-unknown-linux-gnu", + "x86_64-pc-windows-msvc", ] # Publish jobs to run in CI pr-run-mode = "skip"