Skip to content

Commit

Permalink
Merge pull request #69 from andir/andir/0.2.3
Browse files Browse the repository at this point in the history
Prepare version 0.2.3
  • Loading branch information
andir authored Apr 20, 2024
2 parents 66c1fea + 52aca36 commit f5559eb
Show file tree
Hide file tree
Showing 8 changed files with 94 additions and 93 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,9 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.4
- uses: nixbuild/nix-quick-install-action@v6
with:
nix_conf: |
extra-substituters = https://cache.h4ck.space/
trusted-public-keys = zeta:9zm3cHRlqz3T9HnRsodtQGGqHOLDAiB+8d0kOKnFI0M= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
- uses: nixbuild/nixbuild-action@v8
with:
nixbuild_ssh_key: ${{ secrets.nixbuild_ssh_key }}
if: ${{ github.ref_name == 'master' }}
- uses: actions/checkout@v4.1.3
- uses: DeterminateSystems/nix-installer-action@v10
- uses: DeterminateSystems/magic-nix-cache-action@v4
- name: Build
run: nix-build
- name: Run pre-commit hooks
Expand Down
115 changes: 61 additions & 54 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
@@ -1,6 +1,6 @@
[package]
name = "npins"
version = "0.2.2"
version = "0.2.3"
edition = "2021"
license = "EUPL-1.2"

Expand Down
Loading

0 comments on commit f5559eb

Please sign in to comment.