Skip to content

Commit 66b55a4

Browse files
committed
update toolchain and install step
1 parent ac7737a commit 66b55a4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

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

99
```
10-
cargo +1.86 install --locked --git https://github.com/axiom-crypto/axiom-api-cli.git --tag v1.0.7 cargo-axiom
10+
cargo +1.90 install --locked --git https://github.com/axiom-crypto/axiom-api-cli.git --tag v1.0.9 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.7
16+
git clone https://github.com/axiom-crypto/axiom-api-cli --tag v1.0.9
1717
cd axiom-api-cli/crates/cli
18-
cargo +1.86 install --locked --force --path .
18+
cargo +1.90 install --locked --force --path .
1919
```
2020

2121
2. Initialize with your API key:

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "1.86.0"
2+
channel = "1.90.0"
33
components = ["clippy", "rustfmt"]

0 commit comments

Comments
 (0)