Skip to content

Commit

Permalink
Update to Rust 1.65 for regex-syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jwilm committed Oct 19, 2023
1 parent da70e25 commit bede9c2
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.61"
- "1.65"
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.61"
rust-version = "1.65"
authors = ["George Claghorn <georgeclaghorn@gmail.com>"]
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.61+ and Ruby 3.0+.
`serde_magnus` requires Rust 1.65+ and Ruby 3.0+.

## License

Expand Down

0 comments on commit bede9c2

Please sign in to comment.