chore(tfhe): update version to 0.2.0

This commit is contained in:
Arthur Meyre
2022-11-10 20:21:00 +01:00
parent 352a2c69ab
commit 2d4b8e3aa3
3 changed files with 3 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ production-ready library for all the advanced features of TFHE.
To use `TFHE-rs` in your project, you first need to add it as a dependency in your `Cargo.toml`:
```toml
tfhe = { version = "0.1.0", features = [ "boolean","shortint","x86_64-unix" ] }
tfhe = { version = "0.2.0", features = [ "boolean","shortint","x86_64-unix" ] }
```
Here is a full example evaluating a Boolean circuit:

View File

@@ -1,6 +1,6 @@
[package]
name = "tfhe"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
readme = "../README.md"
keywords = ["fully", "homomorphic", "encryption", "fhe", "cryptography"]

View File

@@ -6,7 +6,7 @@ To use `TFHE-rs` in your project, you first need to add it as a dependency in yo
```toml
tfhe = { version = "0.1.0", features = [ "boolean", "shortint", "x86_64-unix" ] }
tfhe = { version = "0.2.0", features = [ "boolean", "shortint", "x86_64-unix" ] }
```
## Choosing your features