Skip to content

Commit

Permalink
Bump spirv from 0.2.0+1.5.4 to 0.3.0+sdk-1.3.268.0
Browse files Browse the repository at this point in the history
Bumps [spirv](https://github.com/gfx-rs/rspirv) from 0.2.0+1.5.4 to 0.3.0+sdk-1.3.268.0.
- [Release notes](https://github.com/gfx-rs/rspirv/releases)
- [Commits](gfx-rs/rspirv@v0.2.0...spirv-0.3.0)

---
updated-dependencies:
- dependency-name: spirv
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 28, 2023
1 parent 4675737 commit 6fb1f3a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
17 changes: 8 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions naga/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ rustc-hash = "1.1.0"
indexmap = { version = "2", features = ["std"] }
log = "0.4"
num-traits = "0.2"
spirv = { version = "0.2", optional = true }
spirv = { version = "0.3", optional = true }
thiserror = "1.0.52"
serde = { version = "1.0.193", features = ["derive"], optional = true }
petgraph = { version = "0.6", optional = true }
Expand All @@ -75,4 +75,4 @@ hlsl-snapshots = { version = "0.1.0", path = "./hlsl-snapshots" }
ron = "0.8.0"
rspirv = { version = "0.11", git = "https://github.com/gfx-rs/rspirv", rev = "b969f175d5663258b4891e44b76c1544da9661ab" }
serde = { version = "1.0", features = ["derive"] }
spirv = { version = "0.2", features = ["deserialize"] }
spirv = { version = "0.3", features = ["deserialize"] }

0 comments on commit 6fb1f3a

Please sign in to comment.