diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f97dcb6..1e64e156 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: rust: - stable - beta - - 1.70.0 + - 1.76.0 steps: - name: Checkout sources uses: actions/checkout@v3 @@ -73,7 +73,7 @@ jobs: rust: - stable - beta - - 1.70.0 + - 1.76.0 steps: - name: Checkout sources uses: actions/checkout@v3 diff --git a/.gitignore b/.gitignore index ea8c4bf7..2f7896d1 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/target +target/ diff --git a/MSRV.md b/MSRV.md index a73dc9a4..411bc5f8 100644 --- a/MSRV.md +++ b/MSRV.md @@ -2,8 +2,8 @@ | `pixels` version | `rustc` version | |------------------|-----------------| -| (unreleased) | `1.70.0` | -| `0.14.0` | `1.70.0` | +| (unreleased) | `1.76.0` | +| `0.14.0` | `1.76.0` | | `0.13.0` | `1.65.0` | | `0.12.1` | `1.65.0` | | `0.12.0` | `1.65.0` |