More fixes.

This commit is contained in:
Kirill Shakirov
2026-04-06 23:02:11 +02:00
parent e1a7fdba0b
commit b99926e0b0
3 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ path = "src/client.rs"
[dependencies]
flate2 = "1.1.9"
ocl = { version = "0.19", features = ["opencl_version_2_0", "opencl_version_2_1"]}
ocl = { version = "0.19" }
prost = "0.14.3"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"