Skip to content

Commit

Permalink
Update min Rust version to 1.61
Browse files Browse the repository at this point in the history
This is the min version of magnus
  • Loading branch information
jwilm committed Oct 19, 2023
1 parent 1694abd commit da70e25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
rustup-toolchain:
- stable
- "1.51"
- "1.61"
ruby-version:
- "3.0"
- "3.1"
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "serde_magnus"
version = "0.2.2"
description = "Serde integration for Magnus"
edition = "2018"
rust-version = "1.51"
rust-version = "1.61"
authors = ["George Claghorn <[email protected]>"]
repository = "https://github.com/georgeclaghorn/serde-magnus"
homepage = "https://github.com/georgeclaghorn/serde-magnus"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ assert_eq!(

## Requirements

`serde_magnus` requires Rust 1.51+ and Ruby 3.0+.
`serde_magnus` requires Rust 1.61+ and Ruby 3.0+.

## License

Expand Down

0 comments on commit da70e25

Please sign in to comment.