Skip to content

Commit

Permalink
Merge branch 'master' into sticky-context
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraTenshi committed Mar 9, 2023
2 parents 69f5cef + ce1fb9e commit 0fb8a87
Show file tree
Hide file tree
Showing 103 changed files with 5,408 additions and 1,936 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions/checkout@v3

- name: Install stable toolchain
uses: dtolnay/rust-toolchain@1.63
uses: dtolnay/rust-toolchain@1.65

- uses: Swatinem/rust-cache@v2

Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
uses: actions/checkout@v3

- name: Install stable toolchain
uses: dtolnay/rust-toolchain@1.63
uses: dtolnay/rust-toolchain@1.65
with:
components: rustfmt, clippy

Expand All @@ -91,7 +91,7 @@ jobs:
uses: actions/checkout@v3

- name: Install stable toolchain
uses: dtolnay/rust-toolchain@1.63
uses: dtolnay/rust-toolchain@1.65

- uses: Swatinem/rust-cache@v2

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cachix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@v3

- name: Install nix
uses: cachix/install-nix-action@v19
uses: cachix/install-nix-action@v20

- name: Authenticate with Cachix
uses: cachix/cachix-action@v12
Expand Down
Loading

0 comments on commit 0fb8a87

Please sign in to comment.