Skip to content

Commit

Permalink
Merge branch 'main' into feature/toolkit-receipt-support
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarA committed Sep 6, 2024
2 parents a491f7f + ae6a306 commit f939559
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
rustup toolchain install nightly-2024-02-01
# Update both toolchains
rustup update nightly-nightly-2024-07-30
rustup update nightly-2024-07-30
rustup update nightly-2024-02-01
# Add target
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install Rust Toolchain
uses: RDXWorks-actions/toolchain@master
with:
toolchain: nightly-nightly-2024-07-30
toolchain: nightly-2024-07-30
default: true
components: rustfmt, clippy
- name: Install cargo nextest
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Install Rust Toolchain
uses: RDXWorks-actions/toolchain@master
with:
toolchain: nightly-nightly-2024-07-30
toolchain: nightly-2024-07-30
default: true
components: rustfmt
- name: Check formatting
Expand All @@ -79,7 +79,7 @@ jobs:
- name: Install Rust Toolchain
uses: RDXWorks-actions/toolchain@master
with:
toolchain: nightly-nightly-2024-07-30
toolchain: nightly-2024-07-30
default: true
profile: minimal
- name: Cargo Check
Expand All @@ -91,7 +91,7 @@ jobs:
- name: Install Rust Toolchain
uses: RDXWorks-actions/toolchain@master
with:
toolchain: nightly-nightly-2024-07-30
toolchain: nightly-2024-07-30
default: true
components: rustfmt, clippy
- name: Clippy Check
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_wasm.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

cargo +nightly-nightly-2024-07-30 build \
cargo +nightly-2024-07-30 build \
-Z build-std=std,panic_abort \
-Z build-std-features=panic_immediate_abort \
--manifest-path="$SCRIPT_DIR/../Cargo.toml" \
Expand Down

0 comments on commit f939559

Please sign in to comment.