Skip to content

Commit

Permalink
Bump minimum Rust version to 1.73
Browse files Browse the repository at this point in the history
bumpalo requires Rust 1.73
  • Loading branch information
grovesNL committed Feb 21, 2024
1 parent f7ad057 commit 6f6c89d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
include:
- build: pinned
os: ubuntu-latest
rust: 1.65.0
rust: 1.73.0
sdl: true
- build: stable
os: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
</div>
<br />
<div align="center">
<img src="https://img.shields.io/badge/min%20rust-1.65-green.svg" alt="Minimum Rust Version">
<a href="https://crates.io/crates/glow"><img src="https://img.shields.io/crates/v/glow.svg?label=glow" alt="crates.io"></a>
<a href="https://docs.rs/glow"><img src="https://docs.rs/glow/badge.svg" alt="docs.rs"></a>
<a href="https://github.com/grovesNL/glow/actions"><img src="https://github.com/grovesNL/glow/actions/workflows/ci.yml/badge.svg?branch=main" alt="Build Status" /></a>
<img src="https://img.shields.io/badge/min%20rust-1.73-green.svg" alt="Minimum Rust Version">
</div>

## Build commands
Expand Down

0 comments on commit 6f6c89d

Please sign in to comment.