Skip to content

Commit

Permalink
2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mokurin000 committed Jul 20, 2021
1 parent af65f43 commit a34ccab
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 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,7 +1,7 @@
[package]
authors = ["poly000"]
name = "ddlc_helper"
version = "2.0.0"
version = "2.0.1"
edition = "2018"
license = "MIT"
repository = "https://github.com/poly000/ddlc_helper"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Releases are avaliable on [Github](https://github.com/poly000/ddlc_helper/releas
## Build

```
cargo +nightly build
cargo +nightly build --release
```

This project used the unstable feature [once_cell](https://github.com/rust-lang/rust/issues/74465) after `2.0.0`.
Expand Down
2 changes: 1 addition & 1 deletion README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DDLC_Helper 是心跳文学部(Plus)的选词工具。
## 编译

```
cargo +nightly build
cargo +nightly build --release
```

本项目在版本 `2.0.0` 以后使用了不稳定的特性 [once_cell](https://github.com/rust-lang/rust/issues/74465)
Expand Down
2 changes: 2 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
}
println!("\n");
}

raw_words.clear();
}
}

Expand Down

0 comments on commit a34ccab

Please # to comment.