Skip to content

Commit

Permalink
bump version, upd deps (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
boozook authored Jul 24, 2020
1 parent e8a6133 commit 95ef42b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dvm-cli"
version = "0.5.0"
version = "0.6.0"
authors = [
"Alex Koz. <alexanderkozlovskii@wings.ai>",
"Dm. Yakushev <dmitryyakushev@wings.ai>",
Expand Down
2 changes: 1 addition & 1 deletion cli/src/bin/dvm.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const MODULE_CACHE: usize = 1000;
/// powered by gRPC interface on top of TCP/IPC.
/// API described in protobuf schemas: https://github.com/dfinance/dvm-proto
#[derive(Debug, Clone, Clap)]
#[clap(name = "dvm", version = "0.5.0")]
#[clap(name = "dvm", version = "0.6.0")]
#[clap(verbatim_doc_comment)]
struct Options {
/// Address in the form of HOST_ADDRESS:PORT.
Expand Down

0 comments on commit 95ef42b

Please sign in to comment.