@@ -44,6 +44,6 @@ jobs:
git commit -am "Automated version change in Cargo.toml"
git push origin master
- - run: cargo publish --no-verify --dry-run --token ${CRATES_TOKEN}
+ - run: cargo publish --no-verify --token ${CRATES_TOKEN}
env:
CRATES_TOKEN: ${{ secrets.CRATES_TOKEN }}
@@ -1,6 +1,6 @@
[package]
name = "openfhe"
-version = "0.1.8"
+version = "0.1.5"
edition = "2021"
description = "Rust package of the OpenFHE Fully Homomorphic Encryption Library."
license = "BSD-2-Clause"