Skip to content

Commit

Permalink
Release v0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaopengli89 committed Dec 15, 2022
1 parent 66816aa commit 34630d8
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.1"
version = "0.7.2"
edition = "2021"
authors = ["Xiaopeng Li <x.friday@outlook.com>"]
description = "Command line tool for recording process or system performance data"
Expand Down Expand Up @@ -35,7 +35,7 @@ version = "0.4.19"
features = ["serde"]

[dependencies.precord-core]
version = "0.7.1"
version = "0.7.2"
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.1"
version = "0.7.2"
edition = "2021"
authors = ["Xiaopeng Li <x.friday@outlook.com>"]
description = "Library for retrieving process or system performance data"
Expand Down

0 comments on commit 34630d8

Please sign in to comment.