Skip to content

Commit

Permalink
chore(tfhe): add version for tfhe-cuda-backend dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
IceTDrinker committed Jan 22, 2024
1 parent 33a7e9f commit e7352ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfhe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ rayon = { version = "1.5.0" }
bincode = "1.3.3"
concrete-fft = { version = "0.3.0", features = ["serde", "fft128"] }
pulp = "0.13"
tfhe-cuda-backend = {path = "../backends/tfhe-cuda-backend", optional = true}
tfhe-cuda-backend = { version = "0.1.2", path = "../backends/tfhe-cuda-backend", optional = true }
aligned-vec = { version = "0.5", features = ["serde"] }
dyn-stack = { version = "0.9" }
paste = "1.0.7"
Expand Down

0 comments on commit e7352ee

Please sign in to comment.