Skip to content

Commit 58409b1

Browse files
authored
Merge pull request glium#1815 from 2xsaiko/master
Use glutin 0.22.0-alpha6
2 parents 2bba4e8 + 4cfa3b6 commit 58409b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ unstable = [] # used for benchmarks
3434
test_headless = [] # used for testing headless display
3535

3636
[dependencies.glutin]
37-
version = "=0.22.0-alpha5"
37+
version = "=0.22.0-alpha6"
3838
features = []
3939
optional = true
4040

0 commit comments

Comments
 (0)