Skip to content

Commit

Permalink
Merge pull request #42 from Stremio/chore/update-core
Browse files Browse the repository at this point in the history
chore: update core and most of the models & fields
  • Loading branch information
elpiel authored Nov 2, 2023
2 parents 48e43cb + e3bde63 commit 0108801
Show file tree
Hide file tree
Showing 28 changed files with 513 additions and 264 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Set default rust toolchain
run: rustup default 1.61.0
run: rustup default 1.67.1
- name: Install rustfmt
run: rustup component add rustfmt
- name: Install clippy
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Android NDK
run: yes | sdkmanager "ndk;21.0.6113669" >/dev/null
- name: Set default rust toolchain
run: rustup default 1.61.0
run: rustup default 1.67.1
- name: Install rustfmt
run: rustup component add rustfmt
- name: Install clippy
Expand Down
Loading

0 comments on commit 0108801

Please sign in to comment.