Skip to content

Commit

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

```
[dependencies]
qcos = "0.1.10"
qcos = "0.1.11"
```

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

```
[dependencies]
qcos = {version = "0.1.10", features=["progress-bar"]}
qcos = {version = "0.1.11", features=["progress-bar"]}
```

0 comments on commit aa07f26

Please sign in to comment.