Skip to content

Commit 56ab8e5

Browse files
committed
0.3.1
1 parent 8cce82e commit 56ab8e5

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

Cargo.toml

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

2020
[workspace.package]
2121
edition = "2021"
22-
version = "0.3.0"
22+
version = "0.3.1"
2323
authors = ["The Nexus Team <hello@nexus.xyz>"]
2424
homepage = "https://nexus.xyz/"
2525
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.0"));
25+
tag = Some(String::from("0.3.1"));
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 riscv32i-unknown-none-elf
1717
Then, 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

2323
And verify the installation:

specification/zkvm-spec-3.0.pdf

234 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)