Skip to content

Commit ee2f329

Browse files
committed
bump coprocessor to v0.3.0
1 parent 575db45 commit ee2f329

File tree

3 files changed

+24
-24
lines changed

3 files changed

+24
-24
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ resolver = "2"
66
authors = ["Timewave Labs"]
77
edition = "2021"
88
license = "Apache-2.0"
9-
version = "0.3.0"
9+
version = "0.4.0"
1010

1111
[workspace.dependencies]
1212
anyhow = { version = "1.0.83", default-features = false }
1313
serde_json = { version = "1.0.140", default-features = false, features = [
1414
"alloc",
1515
] }
16-
valence-coprocessor = { git = "https://github.com/timewave-computer/valence-coprocessor.git", tag = "v0.2.3", default-features = false }
17-
valence-coprocessor-wasm = { git = "https://github.com/timewave-computer/valence-coprocessor.git", tag = "v0.2.3", default-features = false }
16+
valence-coprocessor = { git = "https://github.com/timewave-computer/valence-coprocessor.git", tag = "v0.3.0", default-features = false }
17+
valence-coprocessor-wasm = { git = "https://github.com/timewave-computer/valence-coprocessor.git", tag = "v0.3.0", default-features = false }

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ This is a template for a Valence app.
66

77
- [Docker](https://docs.docker.com/get-started/)
88
- [Rust](https://www.rust-lang.org/tools/install)
9-
- [Cargo Valence subcommand](https://github.com/timewave-computer/valence-coprocessor/tree/v0.2.3?tab=readme-ov-file#cli-helper)
10-
- (Optional): [Valence co-processor instance](https://github.com/timewave-computer/valence-coprocessor/tree/v0.2.3?tab=readme-ov-file#local-execution)
9+
- [Cargo Valence subcommand](https://github.com/timewave-computer/valence-coprocessor/tree/v0.3.0?tab=readme-ov-file#cli-helper)
10+
- (Optional): [Valence co-processor instance](https://github.com/timewave-computer/valence-coprocessor/tree/v0.3.0?tab=readme-ov-file#local-execution)
1111

1212
## Instructions
1313

0 commit comments

Comments
 (0)