Skip to content

Commit

Permalink
Upgraded compiletest_rs to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oisyn committed Nov 22, 2022
1 parent 5e7a075 commit 796bc2f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
9 changes: 5 additions & 4 deletions Cargo.lock

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

8 changes: 1 addition & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,4 @@ codegen-units = 256
[profile.release.build-override]
opt-level = 3
incremental = true
codegen-units = 256

[patch.crates-io]
# HACK(eddyb) needed to include this PR (until it's part of a release):
# * Manishearth/compiletest-rs#249 (for `// only-*` support)
# [shesp] The commit is part of 0.8 release. We can remove this once we upgrade `compiletest`.
compiletest_rs = { git = "https://github.com/Manishearth/compiletest-rs.git", rev = "4ab843a1dc6ed9a82657d86d22397c6c5bb95b01" }
codegen-units = 256
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ use-installed-tools = ["rustc_codegen_spirv/use-installed-tools"]
use-compiled-tools = ["rustc_codegen_spirv/use-compiled-tools"]

[dependencies]
compiletest = { version = "0.7.0", package = "compiletest_rs" }
compiletest = { version = "0.9.0", package = "compiletest_rs" }
rustc_codegen_spirv.workspace = true
structopt = "0.3.21"

0 comments on commit 796bc2f

Please sign in to comment.