Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Enter-tainer committed Apr 10, 2022
1 parent 661e52c commit 0672576
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cxx2flow"
version = "0.5.6"
version = "0.5.7"
edition = "2018"
authors = ["mgt <[email protected]>"]
description = "Convert your C/C++ code to control flow chart"
Expand Down
7 changes: 4 additions & 3 deletions README-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,16 @@ It is recommended to download prebuilt binary from [Github Release](https://gith
To compile the generated dot file, you need graphviz. You can also copy the output to online graphviz services such as http://magjac.com/graphviz-visual-editor/ .

```
cxx2flow 0.5.6
cxx2flow 0.5.7
mgt <[email protected]>
Convert your C/C++ code to control flow chart
USAGE:
cxx2flow [OPTIONS] <INPUT> [FUNCTION]
cxx2flow [OPTIONS] [ARGS]
ARGS:
<INPUT> Sets the input file. e.g. test.cpp
<INPUT> Sets the path of the input file. e.g. test.cpp
If not specified, cxx2flow will read from stdin.
<FUNCTION> The function you want to convert. e.g. main [default: main]
OPTIONS:
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,16 @@ cargo install cxx2flow
为了编译生成的 dot 文件,你需要安装 graphviz,并将其添加到 PATH 中。也可以将生成的结果复制进在线的 graphviz 服务中,如 http://magjac.com/graphviz-visual-editor/

```
cxx2flow 0.5.6
cxx2flow 0.5.7
mgt <[email protected]>
Convert your C/C++ code to control flow chart
USAGE:
cxx2flow [OPTIONS] <INPUT> [FUNCTION]
cxx2flow [OPTIONS] [ARGS]
ARGS:
<INPUT> Sets the input file. e.g. test.cpp
<INPUT> Sets the path of the input file. e.g. test.cpp
If not specified, cxx2flow will read from stdin.
<FUNCTION> The function you want to convert. e.g. main [default: main]
OPTIONS:
Expand Down

0 comments on commit 0672576

Please sign in to comment.