Skip to content

Commit

Permalink
fix cargo version
Browse files Browse the repository at this point in the history
  • Loading branch information
leanmendoza committed Oct 3, 2024
1 parent 0be4efc commit c85ddeb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Set up Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.78
toolchain: 1.79
override: true
components: clippy, rustfmt

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.78
toolchain: 1.79
override: true
components: clippy, rustfmt
- run: rustup component add rustfmt
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: 1.78
toolchain: 1.79
override: true
components: llvm-tools-preview

Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.78
toolchain: 1.79
override: true

- name: Set up cargo cache
Expand Down
1 change: 1 addition & 0 deletions lib/src/dcl/js/fetch/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ impl FetchRequestsState {

#[op2(async)]
#[serde]
#[allow(clippy::too_many_arguments)]
async fn op_fetch_custom(
op_state: Rc<RefCell<OpState>>,
#[string] method: String,
Expand Down

0 comments on commit c85ddeb

Please sign in to comment.