Skip to content

Commit

Permalink
bump version to test multi package deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
xand6r committed Nov 26, 2024
1 parent c782624 commit de196cd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-crate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion ic/libraries/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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/"
Expand Down
4 changes: 2 additions & 2 deletions rs/local-verify/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit de196cd

Please sign in to comment.