Skip to content

Commit d1275f0

Browse files
authored
release 1.0.10 openvm 1.4.3 (#167)
1 parent 2665c99 commit d1275f0

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "1.0.7"
2+
version = "1.0.10"
33
edition = "2024"
44
authors = ["Axiom Team"]
55
license = "MIT"
@@ -10,7 +10,7 @@ resolver = "3"
1010

1111
[workspace.dependencies]
1212
# OpenVM
13-
openvm-build = { git = "https://github.com/openvm-org/openvm.git", tag = "v1.4.2", default-features = false }
13+
openvm-build = { git = "https://github.com/openvm-org/openvm.git", tag = "v1.4.3", default-features = false }
1414

1515
# Axiom Proving API
1616
cargo-axiom = { path = "crates/cli", default-features = false }

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
1. Install the Axiom CLI:
88

99
```
10-
cargo +1.90 install --locked --git https://github.com/axiom-crypto/axiom-api-cli.git --tag v1.0.9 cargo-axiom
10+
cargo +1.90 install --locked --git https://github.com/axiom-crypto/axiom-api-cli.git --tag v1.0.10 cargo-axiom
1111
```
1212

1313
Or from source:
1414

1515
```bash
16-
git clone https://github.com/axiom-crypto/axiom-api-cli --tag v1.0.9
16+
git clone https://github.com/axiom-crypto/axiom-api-cli --tag v1.0.10
1717
cd axiom-api-cli/crates/cli
1818
cargo +1.90 install --locked --force --path .
1919
```

0 commit comments

Comments
 (0)