diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index cc63438..5b32d14 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -24,10 +24,10 @@ jobs: os: macos-latest use-cross: true cargo-flags: "" - # - target: aarch64-pc-windows-msvc - # os: windows-latest - # use-cross: true - # cargo-flags: "" + - target: aarch64-pc-windows-msvc + os: windows-latest + use-cross: true + cargo-flags: "" - target: x86_64-apple-darwin os: macos-latest cargo-flags: "" diff --git a/Cargo.lock b/Cargo.lock index b967596..eddaa66 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ dependencies = [ [[package]] name = "aichat" -version = "0.8.0" +version = "0.9.0-rc1" dependencies = [ "anyhow", "arboard", diff --git a/Cargo.toml b/Cargo.toml index f17c01a..0545828 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aichat" -version = "0.8.0" +version = "0.9.0-rc1" edition = "2021" authors = ["sigoden "] description = "A powerful chatgpt cli."