Browse Source

Bump version to v1.1.4: std::function and complex types suport added.

nkaskov 9 months ago
parent
commit
8379e8f7ef
1 changed files with 1 additions and 2 deletions
  1. 1 2
      Cargo.toml

+ 1 - 2
Cargo.toml

@@ -1,10 +1,9 @@
 [package]
 name = "openfhe"
-version = "0.1.3"
+version = "0.1.4"
 edition = "2021"
 description = "Rust package of the OpenFHE Fully Homomorphic Encryption Library."
 license = "BSD-2-Clause"
-license-file = "LICENSE"
 documentation = "https://fair-math.gitbook.io/docs/"
 repository = "https://github.com/fairmath/openfhe-rs"