1 unstable release
0.2.0 | Dec 12, 2024 |
---|
#860 in Magic Beans
143 downloads per month
61KB
1.5K
SLoC
Verity Data Processor (VDP) - Internet Computer (IC) Libraries
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.
Publishing the Library to crates.io
-
Update Version in
Cargo.toml
:- Modify the
version
field inCargo.toml
to the new package version.
- Modify the
-
Commit Changes:
- Ensure your git stage is clean by committing all recent code changes.
-
Create a Git Tag:
- Use the format
vX.X.X
(e.g.,v1.1.2
,v0.1.3
). - Ensure this version matches the one in
Cargo.toml
.
- Use the format
-
Push the Tag:
- Push the tag to trigger the GitHub Action for publishing:
git push origin vX.X.X
- Push the tag to trigger the GitHub Action for publishing:
-
Monitor the Process:
- Track the GitHub Action progress here.
Dependencies
~6–14MB
~173K SLoC