Skip to content

Commit f2ad126

Browse files
authored
0.3.6 (#575)
1 parent e77f24d commit f2ad126

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ exclude = ["prover-benches"]
2323

2424
[workspace.package]
2525
edition = "2021"
26-
version = "0.3.5"
26+
version = "0.3.6"
2727
authors = ["The Nexus Team <hello@nexus.xyz>"]
2828
homepage = "https://nexus.xyz/"
2929
repository = "https://github.com/nexus-xyz/nexus-zkvm/"

cli/src/command/host.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

sdk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ $ rustup target add riscv32im-unknown-none-elf
1717
Then, 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

2323
And verify the installation:

0 commit comments

Comments
 (0)