Skip to content

Commit

Permalink
Release v0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaopengli89 committed Jan 28, 2023
1 parent a112fb6 commit c26d9d7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "precord"
version = "0.7.4"
version = "0.7.5"
edition = "2021"
authors = ["Xiaopeng Li <x.friday@outlook.com>"]
description = "Command line tool for recording process or system performance data"
Expand Down Expand Up @@ -41,7 +41,7 @@ version = "0.4.19"
features = ["serde"]

[dependencies.precord-core]
version = "0.7.4"
version = "0.7.5"
path = "precord-core"

[target.'cfg(target_os = "windows")'.dependencies.windows]
Expand Down
2 changes: 1 addition & 1 deletion precord-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "precord-core"
version = "0.7.4"
version = "0.7.5"
edition = "2021"
authors = ["Xiaopeng Li <x.friday@outlook.com>"]
description = "Library for retrieving process or system performance data"
Expand Down

0 comments on commit c26d9d7

Please sign in to comment.