Skip to content

Commit

Permalink
update MSRV to 1.81 (#1534)
Browse files Browse the repository at this point in the history
* ci: update MSRV to 1.81

* update Cargo.toml

* fix nits
  • Loading branch information
niklasad1 authored Mar 6, 2025
1 parent 2735d31 commit 4b70c82
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@ jobs:

- uses: actions/[email protected]

- name: Install Rust 1.74.0 toolchain
- name: Install Rust 1.81.0 toolchain
uses: actions-rs/[email protected]
with:
profile: minimal
# Check that tests pass using our MSRV
toolchain: 1.74.0
# Check that jsonrpsee compiles with MSRV
toolchain: 1.81
override: true

- name: Rust Cache
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ resolver = "2"
authors = ["Parity Technologies <[email protected]>", "Pierre Krieger <[email protected]>"]
version = "0.24.7"
edition = "2021"
rust-version = "1.74.0"
rust-version = "1.81.0"
license = "MIT"
repository = "https://github.com/paritytech/jsonrpsee"
documentation = "https://docs.rs/jsonrpsee"
Expand Down

0 comments on commit 4b70c82

Please sign in to comment.