Skip to content

Commit

Permalink
chore(stremio-core-kotlin): Bump MSRV to 1.71
Browse files Browse the repository at this point in the history
Signed-off-by: Lachezar Lechev <[email protected]>
  • Loading branch information
elpiel committed Dec 6, 2024
1 parent 4e2c8e0 commit 49f848c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build-kotlin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
with:
version: "${{ env.PROTOC_VERSION }}"

- name: Rust setup (1.70.0)
uses: dtolnay/rust-toolchain@1.70.0
- name: Rust setup (1.71.0)
uses: dtolnay/rust-toolchain@1.71.0
with:
components: rustfmt, clippy

Expand All @@ -48,3 +48,6 @@ jobs:

- name: Lint code
run: cargo clippy --all -- -D warnings

- name: Test code
run: cargo test
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
run: yes | sdkmanager "ndk;${{ env.NDK_VERSION }}" >/dev/null

# use MSRV
- name: Set Rust version to MSRV 1.70
uses: dtolnay/rust-toolchain@1.70
- name: Set Rust version to MSRV 1.71
uses: dtolnay/rust-toolchain@1.71
with:
# Add armv7, aarch64, i686, x86_64 targets
targets: armv7-linux-androideabi, aarch64-linux-android, i686-linux-android, x86_64-linux-android
Expand Down
2 changes: 1 addition & 1 deletion stremio-core-kotlin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "1.4.1"
authors = ["Smart Code OOD"]
edition = "2021"

rust-version = "1.70.0"
rust-version = "1.71.0"

[features]
default = ["kotlin"]
Expand Down

0 comments on commit 49f848c

Please sign in to comment.