Skip to content

Commit

Permalink
Upgrade MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
gulshan committed Dec 8, 2023
1 parent bf3da9c commit d80654a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ jobs:
matrix:
rust:
- stable
- 1.41.1
- nightly
- 1.63.0
platform: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand All @@ -31,8 +30,7 @@ jobs:
matrix:
rust:
- stable
- 1.41.1
- nightly
- 1.63.0
platform: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name = "riti"
version = "0.1.0"
authors = ["Muhammad Mominul Huque <[email protected]>"]
license = "MPL-2.0"
edition = "2018"
rust-version = "1.44.1"
edition = "2021"
rust-version = "1.63.0"

[lib]
crate-type = ["staticlib"]
Expand Down

0 comments on commit d80654a

Please sign in to comment.