Skip to content

Commit

Permalink
Merge branch 'master' into ahmad-clear-suicided-storage
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadkaouk committed Mar 14, 2024
2 parents a2532bf + f02112e commit 66c9805
Show file tree
Hide file tree
Showing 31 changed files with 921 additions and 772 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-11-01
toolchain: nightly-2024-01-22
target: wasm32-unknown-unknown
override: true
components: rust-docs
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,10 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-11-01
toolchain: nightly-2024-01-22
target: wasm32-unknown-unknown
override: true
components: rust-src
- name: Install protoc
uses: arduino/setup-protoc@v3
with:
Expand All @@ -39,9 +40,10 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-11-01
toolchain: nightly-2024-01-22
target: wasm32-unknown-unknown
override: true
components: rust-src
- name: Install protoc
uses: arduino/setup-protoc@v3
with:
Expand Down Expand Up @@ -72,10 +74,10 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-11-01
toolchain: nightly-2024-01-22
target: wasm32-unknown-unknown
override: true
components: rustfmt, clippy
components: rustfmt, clippy, rust-src
- name: Install protoc
uses: arduino/setup-protoc@v3
with:
Expand Down
Loading

0 comments on commit 66c9805

Please sign in to comment.