Skip to content

Commit

Permalink
[Release] v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zjp-CN committed Feb 21, 2023
1 parent 771e0fd commit 232a44e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v0.4.0 (2023-02-21)

rustdx-cmd:
* 移除所有异步依赖,因为请求量很少,不需要引入复杂的代码
* 移除所有不需要的代码和依赖(使用 cargo-udeps 检测到未使用的依赖)
* 移除 official 子命令

rustdx:
* 移除 html_root_url,因为 docs.rs 上的文档不需要这个属性

## v0.3.0 (2023-02-20)

- 更新依赖
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,15 @@

2. cargo install:
```console
$ CARGO_PROFILE_RELEASE_LTO=yes CARGO_PROFILE_RELEASE_OPT_LEVEL=3 cargo install rustdx-cmd
cargo install rustdx-cmd
```

3. cargo build:
```console
$ git clone https://github.com/zjp-CN/rustdx.git
$ cd rustdx
$ cargo build -p rustdx-cmd --release
$ cargo build -p rustdx-cmd --release # 编译(二进制在 target/release 下)
$ cargo install --path rustdx-cmd # 安装(二进制在全局 .cargo/bin 下)
```

### 子命令
Expand Down

0 comments on commit 232a44e

Please sign in to comment.