Skip to content
This repository has been archived by the owner on Jun 28, 2022. It is now read-only.

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
morrisonlevi committed Apr 21, 2022
1 parent 9c7d9ee commit eaf3bb4
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 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 ddprof-exporter/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "ddprof-exporter"
version = "0.6.0-rc.1"
version = "0.6.0"
edition = "2018"
license = "Apache-2.0"

Expand Down
6 changes: 3 additions & 3 deletions ddprof-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "ddprof-ffi"
version = "0.6.0-rc.1"
version = "0.6.0"
edition = "2018"
license = "Apache-2.0"

Expand All @@ -14,8 +14,8 @@ crate-type = ["staticlib", "cdylib"]

[dependencies]
chrono = "0.4"
ddprof-exporter = { path = "../ddprof-exporter", version = "0.6.0-rc.1" }
ddprof-profiles = { path = "../ddprof-profiles", version = "0.6.0-rc.1" }
ddprof-exporter = { path = "../ddprof-exporter", version = "0.6.0" }
ddprof-profiles = { path = "../ddprof-profiles", version = "0.6.0" }
libc = "0.2"
hyper = { version = "0.14", default-features = false }
tokio-util = "0.7.1"
2 changes: 1 addition & 1 deletion ddprof-profiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "ddprof-profiles"
version = "0.6.0-rc.1"
version = "0.6.0"
edition = "2018"
build = "build.rs"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion ddprof/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[package]
name = "ddprof"
version = "0.6.0-rc.1"
version = "0.6.0"
edition = "2018"
license = "Apache-2.0"

Expand Down

0 comments on commit eaf3bb4

Please sign in to comment.