Skip to content

Commit

Permalink
chore: release 0.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
andylokandy committed Oct 27, 2024
1 parent 4e56ca4 commit 412db4d
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ rust-version = "1.75"

[workspace.dependencies]
# workspace dependencies
fastrace = { version = "0.7.3", path = "fastrace" }
fastrace-macro = { version = "0.7.3", path = "fastrace-macro" }
fastrace = { version = "0.7.4", path = "fastrace" }
fastrace-macro = { version = "0.7.4", path = "fastrace-macro" }

# workspace leaves
fastrace-datadog = { path = "fastrace-datadog" }
Expand Down
2 changes: 1 addition & 1 deletion fastrace-datadog/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fastrace-datadog"
version = "0.7.3"
version = "0.7.4"

categories = ["development-tools::debugging"]
description = "Datadog reporter for fastrace"
Expand Down
2 changes: 1 addition & 1 deletion fastrace-futures/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fastrace-futures"
version = "0.7.3"
version = "0.7.4"

categories = ["development-tools::debugging"]
description = "Utilities for tracing `futures` with fastrace"
Expand Down
2 changes: 1 addition & 1 deletion fastrace-jaeger/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fastrace-jaeger"
version = "0.7.3"
version = "0.7.4"

categories = ["development-tools::debugging"]
description = "Jaeger reporter for fastrace"
Expand Down
2 changes: 1 addition & 1 deletion fastrace-macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fastrace-macro"
version = "0.7.3"
version = "0.7.4"

categories = ["development-tools::debugging"]
description = "Attribute procedural macro for fastrace"
Expand Down
2 changes: 1 addition & 1 deletion fastrace-opentelemetry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fastrace-opentelemetry"
version = "0.7.3"
version = "0.7.4"

categories = ["development-tools::debugging"]
description = "Opentelemetry reporter for fastrace"
Expand Down
2 changes: 1 addition & 1 deletion fastrace/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fastrace"
version = "0.7.3"
version = "0.7.4"

categories = ["development-tools::debugging"]
description = "A high-performance timeline tracing library for Rust"
Expand Down
2 changes: 1 addition & 1 deletion test-statically-disable/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "test-statically-disable"
publish = false
version = "0.0.1"
version = "0.0.0"

edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit 412db4d

Please sign in to comment.