Skip to content

Commit

Permalink
[HACK(eddyb)] point spirt dependency to func-param-attrs branch t…
Browse files Browse the repository at this point in the history
…emporarily.
  • Loading branch information
eddyb committed Dec 2, 2022
1 parent d14d58e commit 5283b9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

3 changes: 2 additions & 1 deletion crates/rustc_codegen_spirv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ serde_json = "1.0"
smallvec = { version = "1.6.1", features = ["union"] }
spirv-tools = { version = "0.9", default-features = false }
rustc_codegen_spirv-types.workspace = true
spirt = { git = "https://github.com/EmbarkStudios/spirt.git" }
# HACK(eddyb) pointing to https://github.com/EmbarkStudios/spirt/pull/12 before it's merged.
spirt = { git = "https://github.com/EmbarkStudios/spirt.git", branch = "func-param-attrs" }

[dev-dependencies]
pipe = "0.4"
Expand Down

0 comments on commit 5283b9c

Please sign in to comment.