Skip to content

Commit

Permalink
[release] Release 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
iqiziqi committed Jun 13, 2024
1 parent 5ea80db commit 6d43b75
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 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.0"
version = "0.7.1"
authors = ["iqiziqi <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Options:
You can add this to your `Cargo.toml`:

```toml
ncmdump = "0.7.0"
ncmdump = "0.7.1"
```

Also, you can use this command to install this crate,
Expand Down
3 changes: 1 addition & 2 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.0"
//! ncmdump = "0.7.1"
//! ```
//!
//! Also, you can use this command to install this crate,
Expand Down Expand Up @@ -52,4 +52,3 @@ mod qmcdump;
pub mod error;
#[cfg(feature = "utils")]
pub mod utils;

0 comments on commit 6d43b75

Please sign in to comment.