Skip to content

Commit d9a224e

Browse files
committed
wip release
1 parent a99e18d commit d9a224e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/tfhe-versionable/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# TFHE-versionable
22
This crate provides type level versioning for serialized data. It offers a way to add backward
3-
compatibility on any data type. The versioning scheme works recursively and is idependant of the
3+
compatibility on any data type. The versioning scheme works recursively and is independant of the
44
chosen serialization backend.
55

66
To use it, simply define an enum that have a variant for each version of your target type.

0 commit comments

Comments
 (0)