Browse Source

Testing already published 0.1.6 version without --dry-run option

Hovsep Papoyan 1 year ago
parent
commit
68bb1c5ccc
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/publish.yml
  2. 1 1
      Cargo.toml

+ 1 - 1
.github/workflows/publish.yml

@@ -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 - 1
Cargo.toml

@@ -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"