Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bujnlc8 committed Aug 8, 2024
1 parent 3542aa1 commit 3c486eb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,16 +67,14 @@ async fn main() {

## Installation

insert into your project's cargo.toml block next line

```
[dependencies]
qcos = "0.1.8"
qcos = "0.1.9"
```

如果需要开启显示进度条的方法:

```
[dependencies]
qcos = {version = "0.1.8", features=["progress-bar"]}
qcos = {version = "0.1.9", features=["progress-bar"]}
```

0 comments on commit 3c486eb

Please sign in to comment.