Skip to content

Commit

Permalink
Bump minimum Rust version
Browse files Browse the repository at this point in the history
Transitive dependency `bumpalo` requires `1.60.0`
  • Loading branch information
grovesNL committed Oct 10, 2023
1 parent e5ccc44 commit bbe5dae
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.56.0
rust: 1.60.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,7 +6,7 @@
</div>
<br />
<div align="center">
<img src="https://img.shields.io/badge/Min%20Rust-1.56-green.svg" alt="Minimum Rust Version">
<img src="https://img.shields.io/badge/min%20rust-1.60-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/workflows/CI/badge.svg?branch=main" alt="Build Status" /></a>
Expand Down

0 comments on commit bbe5dae

Please sign in to comment.