risc0 / risc0

RISC Zero is a zero-knowledge verifiable general computing platform based on zk-STARKs and the RISC-V microarchitecture.

Home Page:https://risczero.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] add a `cargo-risczero info` command to dump version info of components

SchmErik opened this issue · comments

Feature

A cargo-risczero info command will dump information regarding client/server version, rust toolchain version and c toolchain version.

Motivation

Right now, we can get the version of the risc0 rust toolchain by running cargo +risc0 --version and we can dump the client server info by doing cargo risczero --version. It would be nice to have one command display version info for all components.

Implementation

In cargo-risczero utility, add a command to dump the version of itself, the linked risc0 rust tool chain and (in the near future) the c toolchain.