Skip to content

Commit dc8a0f1

Browse files
committed
🚀 (cargo-release) version 0.17.0
1 parent 799ef4d commit dc8a0f1

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exclude = ["examples/grpc", "target", "tonic-tracing-opentelemetry"]
1414

1515
[workspace.package]
1616
edition = "2021"
17-
version = "0.16.0"
17+
version = "0.17.0"
1818
authors = ["David Bernard"]
1919
license = "CC0-1.0"
2020
homepage = "https://github.com/davidB/tracing-opentelemetry-instrumentation-sdk"

axum-tracing-opentelemetry/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ tracing = { workspace = true }
3030
tracing-opentelemetry = { workspace = true }
3131
tracing-opentelemetry-instrumentation-sdk = { path = "../tracing-opentelemetry-instrumentation-sdk", features = [
3232
"http",
33-
], version = "0.16" }
33+
], version = "0.17" }
3434

3535
[dev-dependencies]
3636
fake-opentelemetry-collector = { path = "../fake-opentelemetry-collector" }

examples/axum-otlp/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "examples-axum-otlp"
3-
version = "0.16.0"
3+
version = "0.17.0"
44
edition = "2021"
55
publish = false
66

examples/load/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "examples-load"
3-
version = "0.16.0"
3+
version = "0.17.0"
44
edition = "2021"
55
publish = false
66

testing-tracing-opentelemetry/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ license.workspace = true
1414

1515
[dependencies]
1616
assert2 = "0.3"
17-
fake-opentelemetry-collector = { path = "../fake-opentelemetry-collector", version = "0.16" }
17+
fake-opentelemetry-collector = { path = "../fake-opentelemetry-collector", version = "0.17" }
1818
insta = { version = "1.29.0", features = ["yaml", "redactions"] }
1919
opentelemetry = { workspace = true }
2020
opentelemetry_sdk = { workspace = true }

0 commit comments

Comments
 (0)