Skip to content

Commit

Permalink
chore: version 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vicanso committed Jan 12, 2024
1 parent 7f67929 commit ae40f9e
Show file tree
Hide file tree
Showing 5 changed files with 6 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 Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "diving"
version = "0.6.1"
version = "0.6.2"
authors = ["Tree Xie <[email protected]>"]
edition = "2021"
keywords = ["diving", "image", "dive"]
Expand Down
2 changes: 2 additions & 0 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ diving quay.io/prometheus/node-exporter
diving docker://redis:alpine

diving file:///tmp/redis.tar

CI=true diving redis:alpine
```

- `Current Layer Contents` 仅显示当前层的所有文件
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ diving quay.io/prometheus/node-exporter
diving docker://redis:alpine

diving file:///tmp/redis.tar

CI=true diving redis:alpine
```

- `Current Layer Contents` only show the files of current layer
Expand Down
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@ async fn analyze(image: String) -> Result<(), String> {

#[tokio::main]
async fn run() {
// TODO 增加panic的异常输出
// 启动时确保可以读取配置
config::must_load_config();
let args = Args::parse();
Expand Down

0 comments on commit ae40f9e

Please sign in to comment.