aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndrzej Janik <[email protected]>2020-10-01 00:44:58 +0200
committerAndrzej Janik <[email protected]>2020-10-01 18:11:57 +0200
commit3e92921275473e3dc028ff5159a17179af6047ba (patch)
tree1ecfe9c7ebe27785c2b132675224e3cf1de03631 /Cargo.toml
parent1e0b35be4bd52ea9273ba36adf224ec0a47eb7f8 (diff)
downloadZLUDA-3e92921275473e3dc028ff5159a17179af6047ba.tar.gz
ZLUDA-3e92921275473e3dc028ff5159a17179af6047ba.zip
Fix remaining bugs in vector destructuring and in the process improve implicit conversions
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ed5d1f1..42be95a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,5 +11,5 @@ members = [
]
[patch.crates-io]
-rspirv = { git = 'https://github.com/vosen/rspirv', rev = '4523d54d785faff59c1e928dd1f210c531a70258' }
-spirv_headers = { git = 'https://github.com/vosen/rspirv', rev = '4523d54d785faff59c1e928dd1f210c531a70258' } \ No newline at end of file
+rspirv = { git = 'https://github.com/vosen/rspirv', rev = '0f5761918624f4a95107c14abe64946c5c5f60ce' }
+spirv_headers = { git = 'https://github.com/vosen/rspirv', rev = '0f5761918624f4a95107c14abe64946c5c5f60ce' } \ No newline at end of file