From 79ba486435c3fa7ade06e69cb6f6780c3d5c68ab Mon Sep 17 00:00:00 2001 From: Eric Kidd Date: Thu, 19 May 2022 14:14:38 -0400 Subject: [PATCH] v1.0.0-beta.6: Another attempt to fix Linux builds --- .github/workflows/ci.yml | 3 ++- CHANGELOG.md | 5 +++++ Cargo.lock | 8 ++++---- falconeri-worker/Cargo.toml | 2 +- falconeri/Cargo.toml | 2 +- falconeri_common/Cargo.toml | 2 +- falconerid/Cargo.toml | 2 +- 7 files changed, 15 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9585975..f757f2d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: body_path: RELEASE_BODY.md # We use a matrix to run our build on every supported platform. - build_release: + release: name: "Build" needs: @@ -94,6 +94,7 @@ jobs: run: | cargo test - name: Build release + id: build_release run: | ./build-release falconeri ${{ needs.create_release.outputs.release_version }}-${{ matrix.target }} release_file=falconeri_${{ needs.create_release.outputs.release_version }}_${{ matrix.target }}.zip diff --git a/CHANGELOG.md b/CHANGELOG.md index 179dce8..1e06a94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.0-beta.6] - 2022-05-19 + +### Fixed + +- Attempted to fix binary builds on Linux (yet again). ## [1.0.0-beta.5] - 2022-05-19 diff --git a/Cargo.lock b/Cargo.lock index be1bcf8..a7f7bec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -585,7 +585,7 @@ checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" [[package]] name = "falconeri" -version = "1.0.0-beta.5" +version = "1.0.0-beta.6" dependencies = [ "base64", "crossbeam", @@ -604,7 +604,7 @@ dependencies = [ [[package]] name = "falconeri-worker" -version = "1.0.0-beta.5" +version = "1.0.0-beta.6" dependencies = [ "crossbeam", "env_logger", @@ -618,7 +618,7 @@ dependencies = [ [[package]] name = "falconeri_common" -version = "1.0.0-beta.5" +version = "1.0.0-beta.6" dependencies = [ "anyhow", "backoff", @@ -645,7 +645,7 @@ dependencies = [ [[package]] name = "falconerid" -version = "1.0.0-beta.5" +version = "1.0.0-beta.6" dependencies = [ "falconeri_common", "headers", diff --git a/falconeri-worker/Cargo.toml b/falconeri-worker/Cargo.toml index 4505fcc..72a7dd1 100644 --- a/falconeri-worker/Cargo.toml +++ b/falconeri-worker/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "falconeri-worker" -version = "1.0.0-beta.5" +version = "1.0.0-beta.6" authors = ["Eric Kidd "] edition = "2018" diff --git a/falconeri/Cargo.toml b/falconeri/Cargo.toml index ea795b3..2ccb7f9 100644 --- a/falconeri/Cargo.toml +++ b/falconeri/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Eric Kidd "] name = "falconeri" -version = "1.0.0-beta.5" +version = "1.0.0-beta.6" edition = "2018" license = "Apache-2.0 OR MIT" diff --git a/falconeri_common/Cargo.toml b/falconeri_common/Cargo.toml index 5ed97db..b453ce2 100644 --- a/falconeri_common/Cargo.toml +++ b/falconeri_common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "falconeri_common" -version = "1.0.0-beta.5" +version = "1.0.0-beta.6" authors = ["Eric Kidd "] edition = "2018" diff --git a/falconerid/Cargo.toml b/falconerid/Cargo.toml index a20fc35..190dfcb 100644 --- a/falconerid/Cargo.toml +++ b/falconerid/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "falconerid" -version = "1.0.0-beta.5" +version = "1.0.0-beta.6" authors = ["Eric Kidd "] edition = "2018"