Skip to content

Commit

Permalink
Merge branch 'development' into feat/facebook-auth
Browse files Browse the repository at this point in the history
Signed-off-by: Lachezar Lechev <[email protected]>
  • Loading branch information
elpiel committed Jun 11, 2024
2 parents 1af87e3 + 1de151a commit 64dd6a0
Show file tree
Hide file tree
Showing 21 changed files with 201 additions and 168 deletions.
1 change: 1 addition & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@

[alias]
# Requires cargo-watch
ww = ["watch-wasm"]
watch-wasm = ["watch", "--shell", "./scripts/build.sh --dev"]
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v4

- name: Rust setup
uses: dtolnay/rust-toolchain@stable
uses: dtolnay/rust-toolchain@1.77
with:
components: rustfmt, clippy
targets: wasm32-unknown-unknown
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
registry-url: https://registry.npmjs.org/

- name: Rust setup
uses: dtolnay/rust-toolchain@stable
uses: dtolnay/rust-toolchain@1.77
with:
targets: wasm32-unknown-unknown

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

# For releasing we always use stable
- name: Rust setup
uses: dtolnay/rust-toolchain@stable
uses: dtolnay/rust-toolchain@1.77
with:
targets: wasm32-unknown-unknown
- uses: taiki-e/install-action@v2
Expand Down
Loading

0 comments on commit 64dd6a0

Please sign in to comment.