File tree Expand file tree Collapse file tree 4 files changed +3
-3
lines changed
Expand file tree Collapse file tree 4 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ exclude = ["prover-benches"]
1919
2020[workspace .package ]
2121edition = " 2021"
22- version = " 0.3.0 "
22+ version = " 0.3.1 "
2323authors = [" The Nexus Team <hello@nexus.xyz>" ]
2424homepage = " https://nexus.xyz/"
2525repository = " https://github.com/nexus-xyz/nexus-zkvm/"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ pub fn handle_command(args: HostArgs) -> anyhow::Result<()> {
2222
2323 if rev. is_none ( ) && tag. is_none ( ) {
2424 // default to current release
25- tag = Some ( String :: from ( "0.3.0 " ) ) ;
25+ tag = Some ( String :: from ( "0.3.1 " ) ) ;
2626 }
2727
2828 setup_crate ( path, rev, tag)
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ $ rustup target add riscv32i-unknown-none-elf
1717Then, install the Nexus zkVM:
1818
1919``` shell
20- $ rustup run nightly-2025-01-02 cargo install --git https://github.com/nexus-xyz/nexus-zkvm cargo-nexus --tag ' v0.3.0 '
20+ $ rustup run nightly-2025-01-02 cargo install --git https://github.com/nexus-xyz/nexus-zkvm cargo-nexus --tag ' v0.3.1 '
2121```
2222
2323And verify the installation:
You can’t perform that action at this time.
0 commit comments