Skip to content

Commit

Permalink
Merge pull request #1972 from est31/update_dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
est31 committed Dec 2, 2021
2 parents e5dc1e7 + ee2d490 commit 438747a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -6,8 +6,9 @@ jobs:
build:

strategy:
fail-fast: false
matrix:
os: [macOS-latest, windows-latest, ubuntu-latest]
os: [windows-latest, ubuntu-latest]
toolchain: [stable, beta, nightly]

runs-on: ${{ matrix.os }}
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -33,7 +33,7 @@ test_headless = [] # used for testing headless display
vk_interop = [] # used for texture import from Vulkan

[dependencies.glutin]
version = "0.27"
version = "0.28"
features = []
optional = true

Expand All @@ -49,7 +49,7 @@ fnv = "1.0.5"
gl_generator = "0.14"

[dev-dependencies]
ouroboros = "0.13"
ouroboros = "0.14"
cgmath = "0.18"
genmesh = "0.6"
image = "0.23"
Expand Down

0 comments on commit 438747a

Please sign in to comment.