We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb710e commit 17f0397Copy full SHA for 17f0397
Cargo.toml
@@ -6,7 +6,7 @@ resolver = "2"
6
authors = ["Timewave Labs"]
7
edition = "2021"
8
license = "Apache-2.0"
9
-version = "0.4.0"
+version = "0.4.1"
10
11
[workspace.dependencies]
12
anyhow = { version = "1.0.83", default-features = false }
README.md
@@ -20,7 +20,7 @@ To install:
20
```bash
21
cargo install \
22
--git https://github.com/timewave-computer/valence-coprocessor.git \
23
- --tag v0.4.0 \
+ --tag v0.3.0 \
24
--locked cargo-valence
25
```
26
0 commit comments