Skip to content

Commit

Permalink
Bump MSRV for bumpalo 3.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Noxime committed Sep 15, 2024
1 parent b1a4472 commit b173cd3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion steamworks-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit b173cd3

Please sign in to comment.