Skip to content

Commit

Permalink
Upgrade MSRV and edition
Browse files Browse the repository at this point in the history
  • Loading branch information
gulshan committed Aug 9, 2023
1 parent 20202ff commit 2cd585e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
rust:
- stable
- 1.41.1
- 1.56.1
- nightly
platform: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.platform }}
Expand All @@ -31,7 +31,7 @@ jobs:
matrix:
rust:
- stable
- 1.41.1
- 1.56.1
- nightly
platform: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.platform }}
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 <mominul2082@gmail.com>"]
license = "MPL-2.0"
edition = "2018"
rust-version = "1.44.1"
edition = "2021"
rust-version = "1.56.1"

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

0 comments on commit 2cd585e

Please sign in to comment.