Skip to content

Commit

Permalink
bump package & workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
dauphin3 committed Aug 19, 2024
1 parent 740d93a commit 6fa7816
Show file tree
Hide file tree
Showing 6 changed files with 510 additions and 854 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
uses: actions/checkout@v4

- name: Install nix
uses: cachix/install-nix-action@v22
uses: cachix/install-nix-action@v27

- name: Set up cachix
uses: cachix/cachix-action@v12
uses: cachix/cachix-action@v15
with:
name: holochain-ci

Expand Down
100 changes: 55 additions & 45 deletions Cargo.lock

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

Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pub struct GetResponsesForMewInput {
pub fn get_response_hashes_for_mew(
input: GetResponsesForMewInput,
) -> ExternResult<Vec<ActionHash>> {
let tag = match input.response_type {
let _tag = match input.response_type {
Some(response_type) => {
let tag: SerializedBytes = response_type.try_into().map_err(|_| {
wasm_error!(WasmErrorInner::Guest(
Expand Down
Loading

0 comments on commit 6fa7816

Please sign in to comment.