Skip to content

Commit a1062b0

Browse files
committed
🔖 Bump to v0.7.0
1 parent 1bd26c0 commit a1062b0

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "est"
33
authors = ["29 <791603901@qq.com>"]
4-
version = "0.6.1"
4+
version = "0.7.0"
55
license = "MIT/Apache-2.0"
66
readme = "README.md"
77
keywords = ["std", "anyhow", "result", "collections", "indexmap"]

README-CN.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010

1111
原始作者:[@czy-29](https://github.com/czy-29)
1212

13-
最新版本:[v0.6.1](https://github.com/opensound-org/est/releases/tag/v0.6.1)
13+
最新版本:[v0.7.0](https://github.com/opensound-org/est/releases/tag/v0.7.0)
1414

1515
![Crates.io Total Downloads](https://img.shields.io/crates/d/est)
1616
[![Crates.io Dependents](https://img.shields.io/crates/dependents/est)](https://crates.io/crates/est/reverse_dependencies)
1717
![GitHub Repo stars](https://img.shields.io/github/stars/opensound-org/est)
1818

19-
![MSRV (version)](https://img.shields.io/crates/msrv/est/0.6.1?label=v0.6.1-msrv)
20-
[![dependency status (version)](https://deps.rs/crate/est/0.6.1/status.svg?subject=v0.6.1-deps)](https://deps.rs/crate/est/0.6.1)
19+
![MSRV (version)](https://img.shields.io/crates/msrv/est/0.7.0?label=v0.7.0-msrv)
20+
[![dependency status (version)](https://deps.rs/crate/est/0.7.0/status.svg?subject=v0.7.0-deps)](https://deps.rs/crate/est/0.7.0)
2121

2222
![MSRV (git)](https://img.shields.io/badge/git--msrv-1.80.0-blue)
2323
[![dependency status (git)](https://deps.rs/repo/github/opensound-org/est/status.svg?subject=git-deps)](https://deps.rs/repo/github/opensound-org/est)
@@ -50,7 +50,7 @@ cargo add est
5050
或者在您的 `Cargo.toml` 中:
5151
```toml
5252
[dependencies]
53-
est = "0.6"
53+
est = "0.7"
5454
```
5555

5656
## Star历史

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ English | [简体中文](README-CN.md)
1010

1111
Original Author: [@czy-29](https://github.com/czy-29)
1212

13-
Latest version: [v0.6.1](https://github.com/opensound-org/est/releases/tag/v0.6.1)
13+
Latest version: [v0.7.0](https://github.com/opensound-org/est/releases/tag/v0.7.0)
1414

1515
![Crates.io Total Downloads](https://img.shields.io/crates/d/est)
1616
[![Crates.io Dependents](https://img.shields.io/crates/dependents/est)](https://crates.io/crates/est/reverse_dependencies)
1717
![GitHub Repo stars](https://img.shields.io/github/stars/opensound-org/est)
1818

19-
![MSRV (version)](https://img.shields.io/crates/msrv/est/0.6.1?label=v0.6.1-msrv)
20-
[![dependency status (version)](https://deps.rs/crate/est/0.6.1/status.svg?subject=v0.6.1-deps)](https://deps.rs/crate/est/0.6.1)
19+
![MSRV (version)](https://img.shields.io/crates/msrv/est/0.7.0?label=v0.7.0-msrv)
20+
[![dependency status (version)](https://deps.rs/crate/est/0.7.0/status.svg?subject=v0.7.0-deps)](https://deps.rs/crate/est/0.7.0)
2121

2222
![MSRV (git)](https://img.shields.io/badge/git--msrv-1.80.0-blue)
2323
[![dependency status (git)](https://deps.rs/repo/github/opensound-org/est/status.svg?subject=git-deps)](https://deps.rs/repo/github/opensound-org/est)
@@ -50,7 +50,7 @@ cargo add est
5050
Or in your `Cargo.toml`:
5151
```toml
5252
[dependencies]
53-
est = "0.6"
53+
est = "0.7"
5454
```
5555

5656
## Star History

0 commit comments

Comments
 (0)