From 451726a8fa4c17c0b78c4721e5270351276db0cf Mon Sep 17 00:00:00 2001 From: graelo Date: Mon, 7 Nov 2022 16:18:15 +0100 Subject: [PATCH] build(release): tmux-copyrat v0.5.0 --- .github/workflows/release.yml | 16 ++++++++-------- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3c41b14..d854f89 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,11 +27,11 @@ jobs: rust: stable suffix: '' archive_ext: tar.xz - - os: windows-latest - target: x86_64-pc-windows-msvc - rust: stable - suffix: .exe - archive_ext: zip + # - os: windows-latest + # target: x86_64-pc-windows-msvc + # rust: stable + # suffix: .exe + # archive_ext: zip steps: - name: Rust install uses: actions-rs/toolchain@v1 @@ -127,9 +127,9 @@ jobs: - uses: actions/download-artifact@v3 with: name: ${{ github.event.repository.name }}-x86_64-apple-darwin.zip - - uses: actions/download-artifact@v3 - with: - name: ${{ github.event.repository.name }}-x86_64-pc-windows-msvc.zip + # - uses: actions/download-artifact@v3 + # with: + # name: ${{ github.event.repository.name }}-x86_64-pc-windows-msvc.zip - uses: ncipollo/release-action@v1 with: diff --git a/Cargo.lock b/Cargo.lock index d9388c4..3e5f115 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -74,7 +74,7 @@ dependencies = [ [[package]] name = "copyrat" -version = "0.4.1" +version = "0.5.0" dependencies = [ "clap", "duct", diff --git a/Cargo.toml b/Cargo.toml index 8bcb202..89cfbc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "copyrat" -version = "0.4.1" +version = "0.5.0" edition = "2021" description = "A tmux plugin for copy-pasting within tmux panes." readme = "README.md"