Skip to content

Commit

Permalink
[release] Release 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iqiziqi committed Jul 10, 2024
1 parent 11263ab commit 7020c82
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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
Expand Up @@ -3,7 +3,7 @@ members = ["crates/ncmdump", "crates/ncmdump-bin"]
resolver = "2"

[workspace.package]
version = "0.7.2"
version = "0.7.3"
authors = ["iqiziqi <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion README.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Options:
在你的 `Cargo.toml` 文件中添加依赖:

```toml
ncmdump = "0.7.2"
ncmdump = "0.7.3"
```

或者,如果安装了 [cargo-edit](https://github.com/killercup/cargo-edit),你可以使用命令:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Options:
You can add this to your `Cargo.toml`:

```toml
ncmdump = "0.7.2"
ncmdump = "0.7.3"
```

Also, you can use this command to install this crate,
Expand Down
6 changes: 3 additions & 3 deletions crates/ncmdump/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
//! You can add this to your `Cargo.toml`:
//!
//! ```toml
//! ncmdump = "0.7.2"
//! ncmdump = "0.7.3"
//! ```
//!
//! Also, you can use this command to install this crate,
Expand Down Expand Up @@ -38,9 +38,9 @@
//! ```
//!
#[cfg(feature = "ncmdump")]
pub use crate::ncmdump::Ncmdump;
#[cfg(feature = "ncmdump")]
pub use crate::ncmdump::NcmInfo;
#[cfg(feature = "ncmdump")]
pub use crate::ncmdump::Ncmdump;
#[cfg(feature = "qmcdump")]
pub use crate::qmcdump::QmcDump;

Expand Down

0 comments on commit 7020c82

Please sign in to comment.