Crates.io | zcash_script |
lib.rs | zcash_script |
version | 0.4.0 |
created_at | 2020-08-14 00:05:13.191813+00 |
updated_at | 2025-09-25 00:31:09.525251+00 |
description | ffi bindings to zcashd's zcash_script library |
homepage | |
repository | https://github.com/ZcashFoundation/zcash_script |
max_upload_size | |
id | 276384 |
size | 719,859 |
Rust implementation of the Zcash Script language..
Releases for zcash-script
are made with the help of cargo release.
CHANGELOG.md
to document any major changes since the last releasecargo release <level>
to commit the release version bump (but not actually publish), <level>
can be patch
, minor
or major
zcash_script
PR with the changes, get it reviewed, and wait for CI to passcargo release --execute <level>
NOTE: It's important to specify the level when using cargo release because of the way it implements the substitutions. We specify a number of automatic substitutions in Cargo.toml
but they will only be applied if cargo release
also handles incrementing the version itself, do not increment the version by hand and then run cargo release
or cargo release -- release
, or it will not correctly update all version references in the codebase.