Skip to content

Commit

Permalink
Update rspirv requirement from 0.11 to 0.12
Browse files Browse the repository at this point in the history
Updates the requirements on [rspirv](https://github.com/gfx-rs/rspirv) to permit the latest version.
- [Release notes](https://github.com/gfx-rs/rspirv/releases)
- [Commits](gfx-rs/rspirv@rspirv-0.11.0+1.5.4...rspirv-0.12.0)

---
updated-dependencies:
- dependency-name: rspirv
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 25, 2023
1 parent 902fbbd commit 95c1fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ winapi = { version = "0.3", features = ["wtypes", "oleauto", "combaseapi"] }
libc = "0.2"

[dev-dependencies]
rspirv = "0.11"
rspirv = "0.12"

0 comments on commit 95c1fc9

Please sign in to comment.