Crates.io | verity-ic |
lib.rs | verity-ic |
version | 0.2.0 |
source | src |
created_at | 2024-12-12 08:17:34.008188 |
updated_at | 2024-12-12 08:17:34.008188 |
description | A library containing utilities for the Verity IC components |
homepage | https://www.usher.so/ |
repository | |
max_upload_size | |
id | 1480976 |
size | 60,411 |
verity_ic
provides libraries for verifying and processing data from Verity within the Internet Computer.
For more information about the Verity Data Processor (VDP), visit the VDP repository.
Update Version in Cargo.toml
:
version
field in Cargo.toml
to the new package version.Commit Changes:
Create a Git Tag:
vX.X.X
(e.g., v1.1.2
, v0.1.3
).Cargo.toml
.Push the Tag:
git push origin vX.X.X
Monitor the Process: