From de196cdfd1570c37c63849314567758a9e7db46f Mon Sep 17 00:00:00 2001 From: xand6r Date: Tue, 26 Nov 2024 21:48:27 +0100 Subject: [PATCH] bump version to test multi package deploy --- .github/workflows/publish-crate.yml | 3 +-- ic/libraries/Cargo.toml | 2 +- rs/local-verify/Cargo.toml | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish-crate.yml b/.github/workflows/publish-crate.yml index 1a39ec64b3..11019ebcab 100644 --- a/.github/workflows/publish-crate.yml +++ b/.github/workflows/publish-crate.yml @@ -34,11 +34,10 @@ jobs: cd ic/libraries cargo publish --allow-dirty - # Step 4: Publish the zk libraries + # Step 4: Publish the rs libraries - name: Publish `rs/remote-verify::local_verify` to crates.io continue-on-error: true run: | cd rs/local-verify cargo publish --allow-dirty - # Step 5: Publish the rs libraries diff --git a/ic/libraries/Cargo.toml b/ic/libraries/Cargo.toml index ce189af9cb..2459138746 100644 --- a/ic/libraries/Cargo.toml +++ b/ic/libraries/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "verity_dp_ic" -version = "0.1.6" +version = "0.1.12" license = "MIT/Apache-2.0" description = "A Library containing utilities for the verity IC components" documentation = "https://www.usher.so/" diff --git a/rs/local-verify/Cargo.toml b/rs/local-verify/Cargo.toml index a81dcac233..8625d20146 100644 --- a/rs/local-verify/Cargo.toml +++ b/rs/local-verify/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "local_verify" -version = "0.1.6" +version = "0.1.12" license = "MIT/Apache-2.0" description = "A Library containing utilities for the local verification of merkle tree response obtained from the managed verifier canister" documentation = "https://www.usher.so/" -keywords = ["verity", "IC", "canister", "merkle proof"] +keywords = ["verity", "IC", "canister", "merkleproof"] edition = "2021" [dependencies]