diff --git a/.github/bors.toml b/.github/bors.toml index 50ea957..cfbf59e 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.36.0, x86_64-unknown-linux-gnu)", + "ci-linux (1.39.0, x86_64-unknown-linux-gnu)", ] diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a3d4ea4..d054b7f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: include: # Test MSRV - - rust: 1.36.0 + - rust: 1.39.0 TARGET: x86_64-unknown-linux-gnu # Test nightly but don't fail diff --git a/README.md b/README.md index c0c0a82..0c03c02 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.36 and up. It *might* +This crate is guaranteed to compile on stable Rust 1.39 and up. It *might* compile with older versions but that may change in any new patch release. ## License