From 226687a60df9a05d9067e8c4e3742c678991a625 Mon Sep 17 00:00:00 2001 From: yeetfield <79176764+yeetfield@users.noreply.github.com> Date: Tue, 18 Jul 2023 17:19:29 -0500 Subject: [PATCH] Create v0.1.8 (#70) Co-authored-by: Tao Lu --- .github/workflows/release-rust.yaml | 2 +- rozy/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-rust.yaml b/.github/workflows/release-rust.yaml index 514765b..da6f15e 100644 --- a/.github/workflows/release-rust.yaml +++ b/.github/workflows/release-rust.yaml @@ -15,7 +15,7 @@ jobs: include: - target: x86_64-unknown-linux-musl asset: ozy-Linux-x86_64 - runs-on: ubuntu-18.04 + runs-on: ubuntu-22.04 - target: x86_64-apple-darwin asset: ozy-Darwin-x86_64 runs-on: macos-12 diff --git a/rozy/Cargo.toml b/rozy/Cargo.toml index a1ce1a8..21e6e98 100644 --- a/rozy/Cargo.toml +++ b/rozy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ozy" -version = "0.1.7" +version = "0.1.8" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html