verity_dp_ic

Crates.ioverity_dp_ic
lib.rsverity_dp_ic
version0.1.12
sourcesrc
created_at2024-11-25 10:57:41.276754
updated_at2024-11-26 20:49:27.982578
descriptionA Library containing utilities for the verity IC components
homepage
repository
max_upload_size
id1460177
size70,300
Alexander (Xand6r)

documentation

https://www.usher.so/

README

verity_dp_ic License verity_dp_ic on crates.io verity_dp_ic on docs.rs

Publishing the Library to crates.io

  1. Update Version in Cargo.toml:

    • Update the version field in the Cargo.toml file to reflect the new package version.
  2. Commit Changes:

    • Ensure the git stage is clean by committing the latest code changes to the repository.
  3. Create a Git Tag:

    • Use the format vX.X.X (e.g., v1.1.2, v0.1.3).
    • Ensure the version matches the one specified in the updated Cargo.toml file.
  4. Push the Tag:

    • Push the tag to trigger the GitHub Action for publishing the package:
      git push origin vX.X.X
      
  5. Monitor the Process:

    • Track the progress of the GitHub Action here.
Commit count: 0

cargo fmt