Skip to content

Commit

Permalink
Merge pull request #270 from xrelkd/release/0.16.2
Browse files Browse the repository at this point in the history
Release `0.16.2`
  • Loading branch information
xrelkd committed Jan 20, 2024
2 parents 45e1d44 + 259d206 commit 393a5ad
Show file tree
Hide file tree
Showing 21 changed files with 311 additions and 330 deletions.
4 changes: 2 additions & 2 deletions .envrc
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

if ! has nix_direnv_version || ! nix_direnv_version 2.4.0; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.4.0/direnvrc" "sha256-XQzUAvL6pysIJnRJyR7uVpmUSZfc7LSgWQwq/4mBr1U="
if ! has nix_direnv_version || ! nix_direnv_version 3.0.4; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/3.0.4/direnvrc" "sha256-DzlYZ33mWF/Gs8DDeyjr8mnVmQGx7ASYqA5WlxwvBG4="
fi

if "${NIX_BIN_PREFIX}nix" --extra-experimental-features '' --version 2>/dev/null >&2; then
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lints.yaml
Expand Up @@ -72,7 +72,7 @@ jobs:
fetch-depth: 0

- name: Run commitlint
uses: wagoid/commitlint-github-action@v5.4.4
uses: wagoid/commitlint-github-action@v5.4.5
with:
firstParent: false

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rust.yaml
Expand Up @@ -63,7 +63,7 @@ jobs:
rm -rf ~/.cargo/registry/index/ ~/.cargo/registry/cache/ ~/.cargo/git/db/
- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/registry/index/
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
rm -rf ~/.cargo/registry/index/ ~/.cargo/registry/cache/ ~/.cargo/git/db/
- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/registry/index/
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
rm -rf ~/.cargo/registry/index/ ~/.cargo/registry/cache/ ~/.cargo/git/db/
- name: Cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/registry/index/
Expand Down

0 comments on commit 393a5ad

Please sign in to comment.