feat(vers): add crate for types versioning/backward compatibility

This commit is contained in:
Nicolas Sarlin
2024-05-13 17:25:54 +02:00
committed by Nicolas Sarlin
parent c227bf4a49
commit 444ebbde57
26 changed files with 3211 additions and 1 deletions

View File

@@ -653,6 +653,11 @@ test_zk_pok: install_rs_build_toolchain
RUSTFLAGS="$(RUSTFLAGS)" cargo $(CARGO_RS_BUILD_TOOLCHAIN) test --profile $(CARGO_PROFILE) \
-p tfhe-zk-pok
.PHONY: test_versionable # Run tests for tfhe-versionable subcrate
test_versionable: install_rs_build_toolchain
RUSTFLAGS="$(RUSTFLAGS)" cargo $(CARGO_RS_BUILD_TOOLCHAIN) test --profile $(CARGO_PROFILE) \
-p tfhe-versionable
.PHONY: doc # Build rust doc
doc: install_rs_check_toolchain
@# Even though we are not in docs.rs, this allows to "just" build the doc