Skip to content

Commit 3676d94

Browse files
authored
Merge pull request #606 from phaazon/luminance-glfw/new-release
Bump luminance-glfw-0.18.3.
2 parents f9857d9 + efa61f0 commit 3676d94

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
build-linux:
66
strategy:
77
matrix:
8-
rustc: ["1.56.0"]
8+
rustc: ["1.56.0", "stable"]
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Install dependencies

luminance-glfw/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ how `cargo` resolves dependencies. `cargo update` is not enough, because all lum
99
[SemVer ranges](https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html) to stay
1010
compatible with as many crates as possible. In that case, you want `cargo update --aggressive`.
1111

12+
# 0.18.3
13+
14+
> Jul 7, 2022
15+
16+
- Support of `glfw-0.45`.
17+
1218
# 0.18.2
1319

1420
> Apr 22, 2022

luminance-glfw/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "luminance-glfw"
3-
version = "0.18.2"
3+
version = "0.18.3"
44
license = "BSD-3-Clause"
55
authors = ["Dimitri Sabadie <dimitri.sabadie@gmail.com>"]
66
description = "GLFW support for luminance"

0 commit comments

Comments
 (0)