chore(versionable): bump version to 0.6.1

This commit is contained in:
Nicolas Sarlin
2025-08-11 13:53:42 +02:00
committed by Nicolas Sarlin
parent 4d1b917045
commit 0aaadf04d9
4 changed files with 5 additions and 5 deletions

View File

@@ -76,7 +76,7 @@ itertools = { workspace = true }
rand_core = { version = "0.6.4", features = ["std"] }
strum = { version = "0.27", features = ["derive"], optional = true }
tfhe-zk-pok = { version = "0.7.0", path = "../tfhe-zk-pok", optional = true }
tfhe-versionable = { version = "0.6.0", path = "../utils/tfhe-versionable" }
tfhe-versionable = { version = "0.6.1", path = "../utils/tfhe-versionable" }
# wasm deps
wasm-bindgen = { workspace = true, features = [