Skip to content

Commit

Permalink
Merge branch 'development' into feat/calendar-model
Browse files Browse the repository at this point in the history
  • Loading branch information
elpiel committed Sep 19, 2024
2 parents 98cacc4 + ed3b054 commit d37ef5b
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Rust setup
uses: dtolnay/rust-toolchain@1.77
with:
components: rustfmt, clippy
components: rustfmt, clippy, rust-std
targets: wasm32-unknown-unknown

- uses: Swatinem/rust-cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
prerelease-stremio-core-web:
if: ${{ ! startsWith(github.ref, 'refs/tags/stremio-core-web') }}
if: ${{ startsWith(github.ref, 'refs/tags/stremio-core-web') }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
publish-stremio-core-web:
if: ${{ ! startsWith(github.ref, 'refs/tags/stremio-core-web') }}
if: ${{ startsWith(github.ref, 'refs/tags/stremio-core-web') }}
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion stremio-core-web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "stremio-core-web"
version = "0.47.7"
version = "0.47.8"
authors = ["Smart Code OOD"]
edition = "2021"

Expand Down
4 changes: 2 additions & 2 deletions stremio-core-web/package-lock.json

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

2 changes: 1 addition & 1 deletion stremio-core-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stremio/stremio-core-web",
"version": "0.47.7",
"version": "0.47.8",
"description": "Bridge between stremio-core and stremio-web",
"author": "Smart Code OOD",
"main": "stremio_core_web.js",
Expand Down

0 comments on commit d37ef5b

Please sign in to comment.