Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Saveau <[email protected]>
  • Loading branch information
SUPERCILEX committed Jul 1, 2024
1 parent 3e31ba1 commit 15d2eea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 28 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/cid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,27 +22,6 @@ jobs:
- name: Build project
run: cargo build --workspace --release

test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Install Rust
run: rustup component add rustfmt clippy
- name: Cargo Cache
uses: actions/cache@v3
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-cargo-test-${{ hashFiles('**/Cargo.lock') }}
restore-keys: ${{ runner.os }}-cargo-
- name: Run tests
run: cargo test --workspace

deploy_release:
needs: [ build, test ]
runs-on: ubuntu-latest
Expand Down
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ members = [
]

[workspace.package]
version = "0.1.1"
version = "0.1.2"
authors = ["Alex Saveau <[email protected]>"]
edition = "2021"
repository = "https://github.com/SUPERCILEX/clipboard-history"
Expand Down

0 comments on commit 15d2eea

Please sign in to comment.