From b173cd3da0cef37d8325df949256553cb71f6fe5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aaro=20Per=C3=A4maa?= Date: Sun, 15 Sep 2024 21:28:08 +0300 Subject: [PATCH] Bump MSRV for bumpalo 3.16.0 --- .github/workflows/ci.yml | 2 +- Cargo.toml | 2 +- README.md | 2 +- steamworks-sys/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 782a88a..6bb59df 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: strategy: matrix: os: [windows-latest, ubuntu-latest, macos-latest] - toolchain: [stable, nightly, "1.71.1"] + toolchain: [stable, nightly, "1.73.0"] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 diff --git a/Cargo.toml b/Cargo.toml index 142b687..c2cb1dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ documentation = "https://docs.rs/steamworks" keywords = ["steam", "gamedev"] categories = ["games"] edition = "2021" -rust-version = "1.71.1" +rust-version = "1.73.0" [features] default = [] diff --git a/README.md b/README.md index 6b92ed8..445ddf6 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ steamworks = "0.11.0" | Crate | SDK | MSRV | |--------|-------|--------| -| git | 1.60 | 1.71.1 | +| git | 1.60 | 1.73.0 | | 0.11.0 | 1.58a | 1.71.1 | | 0.10.0 | 1.54 | 1.56.1 | | 0.9.0 | 1.53a | 1.56.1 | diff --git a/steamworks-sys/Cargo.toml b/steamworks-sys/Cargo.toml index 129178c..8af0c07 100644 --- a/steamworks-sys/Cargo.toml +++ b/steamworks-sys/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT / Apache-2.0" repository = "https://github.com/Noxime/steamworks-rs" documentation = "https://docs.rs/steamworks-sys" edition = "2021" -rust-version = "1.71.1" +rust-version = "1.73.0" [features] default = []