Skip to content

Commit 95ef42b

Browse files
authored
bump version, upd deps (#160)
1 parent e8a6133 commit 95ef42b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dvm-cli"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors = [
55
"Alex Koz. <[email protected]>",
66
"Dm. Yakushev <[email protected]>",

cli/src/bin/dvm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const MODULE_CACHE: usize = 1000;
4040
/// powered by gRPC interface on top of TCP/IPC.
4141
/// API described in protobuf schemas: https://github.com/dfinance/dvm-proto
4242
#[derive(Debug, Clone, Clap)]
43-
#[clap(name = "dvm", version = "0.5.0")]
43+
#[clap(name = "dvm", version = "0.6.0")]
4444
#[clap(verbatim_doc_comment)]
4545
struct Options {
4646
/// Address in the form of HOST_ADDRESS:PORT.

0 commit comments

Comments
 (0)