diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a500ca..87f0077 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: matrix: rustup-toolchain: - stable - - "1.61" + - "1.65" ruby-version: - "3.0" - "3.1" diff --git a/Cargo.toml b/Cargo.toml index 01af4c3..56d60c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] repository = "https://github.com/georgeclaghorn/serde-magnus" homepage = "https://github.com/georgeclaghorn/serde-magnus" diff --git a/README.md b/README.md index 6a171f3..9ed6600 100644 --- a/README.md +++ b/README.md @@ -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