chore(versionable): bump version to 0.6.2

This commit is contained in:
Arthur Meyre
2025-09-23 17:55:57 +02:00
parent aaaa929c2e
commit 0f4f8dd755
5 changed files with 6 additions and 6 deletions

View File

@@ -78,7 +78,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.2", path = "../tfhe-zk-pok", optional = true }
tfhe-versionable = { version = "0.6.1", path = "../utils/tfhe-versionable" }
tfhe-versionable = { version = "0.6.2", path = "../utils/tfhe-versionable" }
# wasm deps
wasm-bindgen = { workspace = true, features = [