Skip to content

Commit 187159d

Browse files
Bapt-RouxIceTDrinker
authored andcommitted
chore(hpu): bump backend version
1 parent 0cf9f9f commit 187159d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backends/tfhe-hpu-backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tfhe-hpu-backend"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
license = "BSD-3-Clause-Clear"
66
description = "HPU implementation on FPGA of TFHE-rs primitives."

tfhe/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ serde-wasm-bindgen = { version = "0.6.0", optional = true }
8989
getrandom = { version = "0.2.8", optional = true }
9090
bytemuck = { workspace = true }
9191

92-
tfhe-hpu-backend = { version = "0.1", path = "../backends/tfhe-hpu-backend", optional = true }
92+
tfhe-hpu-backend = { version = "0.2", path = "../backends/tfhe-hpu-backend", optional = true }
9393

9494
[features]
9595
boolean = []

0 commit comments

Comments
 (0)