feat(versionable): Add versionize support for aligned-vec types

This commit is contained in:
Nicolas Sarlin
2024-06-10 14:34:52 +02:00
committed by Nicolas Sarlin
parent 49ffeba87c
commit 5b530152fe
2 changed files with 49 additions and 0 deletions

View File

@@ -27,3 +27,4 @@ toml = "0.8"
serde = { version = "1.0", features = ["derive"] }
tfhe-versionable-derive = { version = "0.1.0", path = "../tfhe-versionable-derive" }
num-complex = { version = "0.4", features = ["serde"] }
aligned-vec = { version = "0.5", features = ["serde"] }