diff --git a/.github/bors.toml b/.github/bors.toml index 6d27f5a..50ea957 100644 --- a/.github/bors.toml +++ b/.github/bors.toml @@ -3,5 +3,5 @@ delete_merged_branches = true required_approvals = 1 status = [ "ci-linux (stable, x86_64-unknown-linux-gnu)", - "ci-linux (1.35.0, x86_64-unknown-linux-gnu)", + "ci-linux (1.36.0, x86_64-unknown-linux-gnu)", ] diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a8e9de..a3d4ea4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: include: # Test MSRV - - rust: 1.35.0 + - rust: 1.36.0 TARGET: x86_64-unknown-linux-gnu # Test nightly but don't fail diff --git a/README.md b/README.md index 0fe23df..c0c0a82 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This project is developed and maintained by the [HAL team][team]. ## Minimum Supported Rust Version (MSRV) -This crate is guaranteed to compile on stable Rust 1.35 and up. It *might* +This crate is guaranteed to compile on stable Rust 1.36 and up. It *might* compile with older versions but that may change in any new patch release. ## License