Skip to content

Commit

Permalink
fix: msrv should be 1.71.1
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 3d5b8a9 commit 735720e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 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.71.0)
uses: dtolnay/[email protected].0
- name: Rust setup (1.71.1)
uses: dtolnay/[email protected].1
with:
components: rustfmt, clippy

Expand Down
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.71
uses: dtolnay/[email protected]
- name: Set Rust version to MSRV 1.71.1
uses: dtolnay/[email protected].1
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.71.0"
rust-version = "1.71.1"

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

0 comments on commit 735720e

Please sign in to comment.