Skip to content

Commit

Permalink
release v0.7.11
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaopengli89 committed Nov 9, 2023
1 parent 5b75b80 commit d40edd6
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.10"
version = "0.7.11"
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.10"
version = "0.7.11"
path = "precord-core"
features = ["dtrace"]

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

0 comments on commit d40edd6

Please sign in to comment.