Skip to content

Commit

Permalink
chore: Bump msrv to 1.70
Browse files Browse the repository at this point in the history
Signed-off-by: Lachezar Lechev <[email protected]>
  • Loading branch information
elpiel committed Oct 8, 2024
1 parent 6c5fa97 commit 7d4ec38
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.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.67.1)
uses: dtolnay/rust-toolchain@1.67.1
- name: Rust setup (1.70.0)
uses: dtolnay/rust-toolchain@1.70.0
with:
components: rustfmt, 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.4.7075529" >/dev/null
- name: Set default rust toolchain
run: rustup default 1.67.1
run: rustup default 1.70.0
- name: Install rustfmt
run: rustup component add rustfmt
- name: Install clippy
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "1.2.6"
authors = ["Smart Code OOD"]
edition = "2021"

rust-version = "1.67.1"
rust-version = "1.70.0"

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

0 comments on commit 7d4ec38

Please sign in to comment.