File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ exclude = ["prover-benches"]
2323
2424[workspace .package ]
2525edition = " 2021"
26- version = " 0.3.5 "
26+ version = " 0.3.6 "
2727authors = [" The Nexus Team <hello@nexus.xyz>" ]
2828homepage = " https://nexus.xyz/"
2929repository = " 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.5 " ) ) ;
25+ tag = Some ( String :: from ( "0.3.6 " ) ) ;
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 riscv32im-unknown-none-elf
1717Then, install the Nexus zkVM:
1818
1919``` shell
20- $ rustup run nightly-2025-05-09 cargo install --git https://github.com/nexus-xyz/nexus-zkvm cargo-nexus --tag ' v0.3.5 '
20+ $ rustup run nightly-2025-05-09 cargo install --git https://github.com/nexus-xyz/nexus-zkvm cargo-nexus --tag ' v0.3.6 '
2121```
2222
2323And verify the installation:
You can’t perform that action at this time.
0 commit comments