Skip to content

Commit

Permalink
🚀 (cargo-release) version 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
davidB committed Dec 30, 2023
1 parent 577c7ce commit 196bb26
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ exclude = ["examples/grpc", "target", "tonic-tracing-opentelemetry"]

[workspace.package]
edition = "2021"
version = "0.15.0"
version = "0.16.0"
authors = ["David Bernard"]
license = "CC0-1.0"
repository = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk"
Expand Down
2 changes: 1 addition & 1 deletion axum-tracing-opentelemetry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ tracing = { workspace = true }
tracing-opentelemetry = { workspace = true }
tracing-opentelemetry-instrumentation-sdk = { path = "../tracing-opentelemetry-instrumentation-sdk", features = [
"http",
], version = "0.15" }
], version = "0.16" }

[dev-dependencies]
fake-opentelemetry-collector = { path = "../fake-opentelemetry-collector" }
Expand Down
2 changes: 1 addition & 1 deletion examples/axum-otlp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "examples-axum-otlp"
version = "0.15.0"
version = "0.16.0"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion examples/load/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "examples-load"
version = "0.15.0"
version = "0.16.0"
edition = "2021"
publish = false

Expand Down
2 changes: 1 addition & 1 deletion testing-tracing-opentelemetry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license.workspace = true

[dependencies]
assert2 = "0.3"
fake-opentelemetry-collector = { path = "../fake-opentelemetry-collector", version = "0.15" }
fake-opentelemetry-collector = { path = "../fake-opentelemetry-collector", version = "0.16" }
insta = { version = "1.29.0", features = ["yaml", "redactions"] }
opentelemetry = { workspace = true }
opentelemetry_sdk = { workspace = true }
Expand Down

0 comments on commit 196bb26

Please sign in to comment.