summaryrefslogtreecommitdiffhomepage
path: root/ptx/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ptx/Cargo.toml')
-rw-r--r--ptx/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ptx/Cargo.toml b/ptx/Cargo.toml
index e7be3b7..9842e27 100644
--- a/ptx/Cargo.toml
+++ b/ptx/Cargo.toml
@@ -13,7 +13,6 @@ rspirv = "0.6"
spirv_headers = "1.4"
quick-error = "1.2"
bit-vec = "0.6"
-paste = "0.1"
half ="1.6"
[build-dependencies.lalrpop]
@@ -24,3 +23,4 @@ features = ["lexer"]
level_zero-sys = { path = "../level_zero-sys" }
level_zero = { path = "../level_zero" }
spirv_tools-sys = { path = "../spirv_tools-sys" }
+paste = "1.0"