diff options
author | Andrzej Janik <[email protected]> | 2021-03-02 01:42:23 +0100 |
---|---|---|
committer | Andrzej Janik <[email protected]> | 2021-03-02 01:42:23 +0100 |
commit | 648035a01a84cd87b7f917b277e4e2faad7bb731 (patch) | |
tree | 3af65cea861cb188a76273e6060a721c9f445128 /ptx/Cargo.toml | |
parent | 178ec59af610a35e50c515d4b1e893e9ea81bbd9 (diff) | |
download | ZLUDA-648035a01a84cd87b7f917b277e4e2faad7bb731.tar.gz ZLUDA-648035a01a84cd87b7f917b277e4e2faad7bb731.zip |
Update rspirv/spirv_headers to the newest version
Diffstat (limited to 'ptx/Cargo.toml')
-rw-r--r-- | ptx/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ptx/Cargo.toml b/ptx/Cargo.toml index 1d51e8b..4087469 100644 --- a/ptx/Cargo.toml +++ b/ptx/Cargo.toml @@ -9,8 +9,8 @@ edition = "2018" [dependencies] lalrpop-util = "0.19" regex = "1" -rspirv = "0.6" -spirv_headers = "~1.4.2" +rspirv = "0.7" +spirv_headers = "1.5" quick-error = "1.2" thiserror = "1.0" bit-vec = "0.6" |